IVsTextLayerMarker Members
Include Protected Members
Include Inherited Members
The IVsTextLayerMarker type exposes the following members.
Methods
Name | Description | |
---|---|---|
DrawGlyph(IntPtr, array<RECT[]) | Draws a glyph in the given DC & RECT. | |
DrawGlyph | Draws a glyph in the widget margin given a display context and bounding rectangle. (Inherited from IVsTextMarker.) | |
DrawGlyphEx | ||
ExecMarkerCommand(Int32) | ||
ExecMarkerCommand | Executes a text marker command against a marker. (Inherited from IVsTextMarker.) | |
GetBehavior(UInt32%) | Returns marker behavior. | |
GetBehavior | Returns a text marker behavior set by the SetBehavior method. (Inherited from IVsTextMarker.) | |
GetCurrentSpan | Returns the current span position. | |
GetMarkerCommandInfo(Int32, array<String[], array<UInt32[]) | ||
GetMarkerCommandInfo | Returns text marker command information. (Inherited from IVsTextMarker.) | |
GetPriorityIndex(Int32%) | Returns the priority index. | |
GetPriorityIndex | Returns the text marker priority index, with the highest value getting the topmost placement. (Inherited from IVsTextMarker.) | |
GetTextLayer | ||
GetTipText(array<String[]) | Returns tool tip text. | |
GetTipText | Returns the text to display in a tip for the marker type. (Inherited from IVsTextMarker.) | |
GetType(Int32%) | Returns marker type. | |
GetType | Returns a text marker type. (Inherited from IVsTextMarker.) | |
GetVisualStyle(UInt32%) | Returns the visual style of a marker. | |
GetVisualStyle | Returns the visual style of a marker type. (Inherited from IVsTextMarker.) | |
Invalidate() | Prevents a marker from appearing in the UI. | |
Invalidate | Prevents a text marker from appearing in the user interface. (Inherited from IVsTextMarker.) | |
IsInvalidated | ||
QueryClientInterface | Lets the caller knowwhether the marker was invalidated | |
ResetSpan | Resets marker position. | |
SetBehavior(UInt32) | ||
SetBehavior | Sets the behavior of a text marker. (Inherited from IVsTextMarker.) | |
SetType(Int32) | ||
SetType | Sets a text marker type. (Inherited from IVsTextMarker.) | |
SetVisualStyle(UInt32) | ||
SetVisualStyle | Sets the visual style of a marker type. (Inherited from IVsTextMarker.) | |
UnadviseClient() | Unadvise the client, if any. | |
UnadviseClient | Unadvises the client, if there is one. (Inherited from IVsTextMarker.) |
Top