IVsTextMarkerClient Methods

 

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

NameDescription
System_CAPS_pubmethodExecMarkerCommand(IVsTextMarker^, Int32)

Executes a command on a specific marker within the text buffer.

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

Queries the marker for the command information.

System_CAPS_pubmethodGetTipText(IVsTextMarker^, array<String^>^)

Returns the tip text for the text marker when the mouse hovers over the marker.

System_CAPS_pubmethodMarkerInvalidated()

Called when the text associated with a marker is deleted by a user action.

System_CAPS_pubmethodOnAfterMarkerChange(IVsTextMarker^)

Signals that the marker position has changed.

System_CAPS_pubmethodOnAfterSpanReload()

Signals that the text under the marker has been altered but the marker has not been deleted.

System_CAPS_pubmethodOnBeforeBufferClose()

Sends notification that the text buffer is about to close.

System_CAPS_pubmethodOnBufferSave(String^)

Determines whether the buffer was saved to a different name.

Return to top
Show: