IVsHiddenTextClientEx Interface

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
Public method DrawBannerGlyph Tells client to draw a glyph
Public method GetBannerGlyphWidth Determines how much space to set aside for banner glyph.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace