IVsTextMarkerClient Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ExecMarkerCommand(IVsTextMarker^, Int32) | Executes a command on a specific marker within the text buffer. |
![]() | GetMarkerCommandInfo(IVsTextMarker^, Int32, array<String^>^, array<UInt32>^) | Queries the marker for the command information. |
![]() | GetTipText(IVsTextMarker^, array<String^>^) | Returns the tip text for the text marker when the mouse hovers over the marker. |
![]() | MarkerInvalidated() | Called when the text associated with a marker is deleted by a user action. |
![]() | OnAfterMarkerChange(IVsTextMarker^) | Signals that the marker position has changed. |
![]() | OnAfterSpanReload() | Signals that the text under the marker has been altered but the marker has not been deleted. |
![]() | OnBeforeBufferClose() | Sends notification that the text buffer is about to close. |
![]() | OnBufferSave(String^) | Determines whether the buffer was saved to a different name. |
Show:
