IVsTextLineMarker 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 widget margin given a display context and bounding rectangle.

System_CAPS_pubmethodExecMarkerCommand(Int32)

Executes a text marker against a text marker.

System_CAPS_pubmethodGetBehavior(UInt32)

Returns a text marker behavior set by the SetBehavior method.

System_CAPS_pubmethodGetCurrentSpan(array<TextSpan>^)

Returns the current position of the text marker.

System_CAPS_pubmethodGetLineBuffer(IVsTextLines^)

Provides access to an associated text buffer.

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

Returns text marker command information.

System_CAPS_pubmethodGetPriorityIndex(Int32)

Returns the text marker priority index, with the highest value getting the topmost placement.

System_CAPS_pubmethodGetTipText(array<String^>^)

Returns the text to display in a tip for the marker type.

System_CAPS_pubmethodGetType(Int32)

Returns a text marker type.

System_CAPS_pubmethodGetVisualStyle(UInt32)

Returns the visual style of a marker type.

System_CAPS_pubmethodInvalidate()

Prevents a text marker from appearing in the user interface.

System_CAPS_pubmethodResetSpan(Int32, Int32, Int32, Int32)

Resets the position of the text marker.

System_CAPS_pubmethodSetBehavior(UInt32)

Sets the behavior of a text marker.

System_CAPS_pubmethodSetType(Int32)

Sets a text marker type.

System_CAPS_pubmethodSetVisualStyle(UInt32)

Sets the visual style of a marker type.

System_CAPS_pubmethodUnadviseClient()

Unadvises the client, if there is one.

Return to top
Show: