IVsTextStreamMarker Methods
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DrawGlyph(IntPtr, array<RECT>^) | Draws a glyph in the widget margin given a display context and bounding rectangle. |
![]() | ExecMarkerCommand(Int32) | Executes a text marker command against a marker. |
![]() | GetBehavior(UInt32) | Returns a text marker behavior set by the SetBehavior method. |
![]() | GetCurrentSpan(Int32, Int32) | Returns current position information of the marker in the text stream. |
![]() | GetMarkerCommandInfo(Int32, array<String^>^, array<UInt32>^) | Returns text marker command information. |
![]() | GetPriorityIndex(Int32) | Returns the text marker priority index, with the highest value getting the topmost placement. |
![]() | GetStreamBuffer(IVsTextStream^) | Provides access to the associated text buffer. |
![]() | GetTipText(array<String^>^) | Returns the text to display in a tip for the marker type. |
![]() | GetType(Int32) | Returns a text marker type. |
![]() | GetVisualStyle(UInt32) | Returns the visual style of a marker type. |
![]() | Invalidate() | Prevents a text marker from appearing in the user interface. |
![]() | ResetSpan(Int32, Int32) | Resets the position and extent of the text marker. |
![]() | SetBehavior(UInt32) | Sets the behavior of a text marker. |
![]() | SetType(Int32) | Sets a text marker type. |
![]() | SetVisualStyle(UInt32) | Sets the visual style of a marker type. |
![]() | UnadviseClient() | Unadvises the client, if there is one. |
