Include Protected Members
Include Inherited Members
Provides access to and manipulates the positioning of a text marker within a buffer. This interface has methods to retrieve or change two-dimensional coordinates.
The IVsTextLineMarker type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | DrawGlyph | Draws a glyph in the widget margin given a display context and bounding rectangle. | 
| .gif) | ExecMarkerCommand | Executes a text marker against a text marker. | 
| .gif) | GetBehavior | Returns a text marker behavior set by the SetBehavior method. | 
| .gif) | GetCurrentSpan | Returns the current position of the text marker. | 
| .gif) | GetLineBuffer | Provides access to an associated text buffer. | 
| .gif) | GetMarkerCommandInfo | Returns text marker command information. | 
| .gif) | GetPriorityIndex | Returns the text marker priority index, with the highest value getting the topmost placement. | 
| .gif) | GetTipText | Returns the text to display in a tip for the marker type. | 
| .gif) | GetType | Returns a text marker type. | 
| .gif) | GetVisualStyle | Returns the visual style of a marker type. | 
| .gif) | Invalidate | Prevents a text marker from appearing in the user interface. | 
| .gif) | ResetSpan | Resets the position of the text marker. | 
| .gif) | SetBehavior | Sets the behavior of a text marker. | 
| .gif) | SetType | Sets a text marker type. | 
| .gif) | SetVisualStyle | Sets the visual style of a marker type. | 
| .gif) | UnadviseClient | Unadvises the client, if there is one. | 
Top