IVsTextMarker Members
Include Protected Members
Include Inherited Members
Provides methods for managing text markers.
The IVsTextMarker type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DrawGlyph | Draws a glyph in the widget margin given a display context and bounding rectangle. |
![]() |
ExecMarkerCommand | Executes a text marker command against a marker. |
![]() |
GetBehavior | Returns a text marker behavior set by the SetBehavior method. |
![]() |
GetMarkerCommandInfo | Returns text marker command information. |
![]() |
GetPriorityIndex | Returns the text marker priority index, with the highest value getting the topmost placement. |
![]() |
GetTipText | Returns the text to display in a tip for the marker type. |
![]() |
GetType | Returns a text marker type. |
![]() |
GetVisualStyle | Returns the visual style of a marker type. |
![]() |
Invalidate | Prevents a text marker from appearing in the user interface. |
![]() |
SetBehavior | Sets the behavior of a text marker. |
![]() |
SetType | Sets a text marker type. |
![]() |
SetVisualStyle | Sets the visual style of a marker type. |
![]() |
UnadviseClient | Unadvises the client, if there is one. |
Top