Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supports client drawing of glyphs.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("225F2F59-39CF-4AE3-A08E-44CF751DE700")> _
<InterfaceTypeAttribute()> _
Public Interface IVsHiddenTextClientEx
[GuidAttribute("225F2F59-39CF-4AE3-A08E-44CF751DE700")]
[InterfaceTypeAttribute()]
public interface IVsHiddenTextClientEx
[GuidAttribute(L"225F2F59-39CF-4AE3-A08E-44CF751DE700")]
[InterfaceTypeAttribute()]
public interface class IVsHiddenTextClientEx
[<GuidAttribute("225F2F59-39CF-4AE3-A08E-44CF751DE700")>]
[<InterfaceTypeAttribute()>]
type IVsHiddenTextClientEx = interface end
public interface IVsHiddenTextClientEx
The IVsHiddenTextClientEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DrawBannerGlyph | Tells client to draw a glyph |
![]() |
GetBannerGlyphWidth | Determines how much space to set aside for banner glyph. |
Top