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