IVsHiddenTextClientEx Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports client drawing of glyphs.
public interface class IVsHiddenTextClientEx
public interface class IVsHiddenTextClientEx
__interface IVsHiddenTextClientEx
[System.Runtime.InteropServices.Guid("225F2F59-39CF-4AE3-A08E-44CF751DE700")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsHiddenTextClientEx
[System.Runtime.InteropServices.Guid("225F2F59-39CF-4AE3-A08E-44CF751DE700")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHiddenTextClientEx
[<System.Runtime.InteropServices.Guid("225F2F59-39CF-4AE3-A08E-44CF751DE700")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsHiddenTextClientEx = interface
[<System.Runtime.InteropServices.Guid("225F2F59-39CF-4AE3-A08E-44CF751DE700")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHiddenTextClientEx = interface
Public Interface IVsHiddenTextClientEx
- Attributes
Methods
DrawBannerGlyph(IVsHiddenRegion, UInt32, IntPtr, RECT[]) |
Tells client to draw a glyph |
GetBannerGlyphWidth(Int32, Int32) |
Determines how much space to set aside for banner glyph. |