IVsTextMarkerType Members
Include Protected Members
Include Inherited Members
Provides a uniform mechanism for obtaining information about a given text marker type, whether predefined by the editor or registered by a package.
The IVsTextMarkerType type exposes the following members.
Methods
Name | Description | |
---|---|---|
DrawGlyph | Determines where a custom marker glyph can be drawn in the widget margin. | |
DrawGlyphEx | Draws a glyph in the widget margin given a display device context and a bounding rectangle. | |
GetBehaviorFlags | Returns marker behavior flags, which define the default marker behavior. | |
GetDefaultColors | Returns the default foreground and background colors for a marker. | |
GetDefaultLineStyle | Returns the default line attributes for a custom marker type. | |
GetDisplayName | Returns the display name of the custom marker type. | |
GetPriorityIndex | Returns the priority index for the custom marker type, with the highest priority value receiving the topmost placement. | |
GetVisualStyle | Returns the appearance, location, and coloring of a custom marker type. |
Top