IVsTextMarkerClientEx Interface

 

Extends the functionality available through the IVsTextMarkerClient interface by providing additional callbacks.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface IVsTextMarkerClientEx

NameDescription
System_CAPS_pubmethodMarkerInvalidated(IVsTextLines, IVsTextMarker)

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

System_CAPS_pubmethodOnHoverOverMarker(IVsTextView, IVsTextMarker, Int32)

Called when user hovers the mouse pointer over the marker.

Return to top
Show: