IVsTextLayerMarker Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DrawGlyph(IntPtr, array<RECT>^) | Draws a glyph in the given DC & RECT. |
![]() | DrawGlyphEx(UInt32, IntPtr, array<RECT>^, Int32) | Draws a glyph in the given DC & RECT. |
![]() | ExecMarkerCommand(Int32) | Executes the specified marker command. |
![]() | GetBehavior(UInt32) | Returns marker behavior. |
![]() | GetCurrentSpan(array<TextSpan>^) | Returns the current span position. |
![]() | GetMarkerCommandInfo(Int32, array<String^>^, array<UInt32>^) | Gets the marker command information. |
![]() | GetPriorityIndex(Int32) | Returns the priority index. |
![]() | GetTextLayer(IVsTextLayer^) | Gets the text layer. |
![]() | GetTipText(array<String^>^) | Returns tool tip text. |
![]() | GetType(Int32) | Returns marker type. |
![]() | GetVisualStyle(UInt32) | Returns the visual style of a marker. |
![]() | Invalidate() | Prevents a marker from appearing in the UI, even if there are lingering references to it. |
![]() | IsInvalidated() | Determines whether a marker was invalidated. |
![]() | QueryClientInterface(Guid, IntPtr) | Gets the client interface specified. |
![]() | ResetSpan(Int32, Int32, Int32, Int32) | Resets marker position. |
![]() | SetBehavior(UInt32) | Sets the marker behavior. |
![]() | SetType(Int32) | Sets the marker type. |
![]() | SetVisualStyle(UInt32) | Sets the marker visual style. |
![]() | UnadviseClient() | Unadvise the client, if any. |
Show:
