IVsTextLayerMarker Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodDrawGlyph(IntPtr, array<RECT>^)

Draws a glyph in the given DC & RECT.

System_CAPS_pubmethodDrawGlyphEx(UInt32, IntPtr, array<RECT>^, Int32)

Draws a glyph in the given DC & RECT.

System_CAPS_pubmethodExecMarkerCommand(Int32)

Executes the specified marker command.

System_CAPS_pubmethodGetBehavior(UInt32)

Returns marker behavior.

System_CAPS_pubmethodGetCurrentSpan(array<TextSpan>^)

Returns the current span position.

System_CAPS_pubmethodGetMarkerCommandInfo(Int32, array<String^>^, array<UInt32>^)

Gets the marker command information.

System_CAPS_pubmethodGetPriorityIndex(Int32)

Returns the priority index.

System_CAPS_pubmethodGetTextLayer(IVsTextLayer^)

Gets the text layer.

System_CAPS_pubmethodGetTipText(array<String^>^)

Returns tool tip text.

System_CAPS_pubmethodGetType(Int32)

Returns marker type.

System_CAPS_pubmethodGetVisualStyle(UInt32)

Returns the visual style of a marker.

System_CAPS_pubmethodInvalidate()

Prevents a marker from appearing in the UI, even if there are lingering references to it.

System_CAPS_pubmethodIsInvalidated()

Determines whether a marker was invalidated.

System_CAPS_pubmethodQueryClientInterface(Guid, IntPtr)

Gets the client interface specified.

System_CAPS_pubmethodResetSpan(Int32, Int32, Int32, Int32)

Resets marker position.

System_CAPS_pubmethodSetBehavior(UInt32)

Sets the marker behavior.

System_CAPS_pubmethodSetType(Int32)

Sets the marker type.

System_CAPS_pubmethodSetVisualStyle(UInt32)

Sets the marker visual style.

System_CAPS_pubmethodUnadviseClient()

Unadvise the client, if any.

Return to top
Show: