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
Determines where a custom marker glyph can be drawn in the widget margin.
Draws a glyph in the widget margin given a display device context and a bounding rectangle.
Returns marker behavior flags, which define the default marker behavior.
Returns the default foreground and background colors for a marker.
Returns the default line attributes for a custom marker type.
Returns the display name of the custom marker type.
Returns the priority index for the custom marker type, with the highest priority value receiving the topmost placement.
Returns the appearance, location, and coloring of a custom marker type.
Top