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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")> _
Public Interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute(L"BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface class IVsTextMarkerClientEx
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")>]
type IVsTextMarkerClientEx = interface end
public interface IVsTextMarkerClientEx
The IVsTextMarkerClientEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
MarkerInvalidated | Called when the text associated with a marker is deleted by a user action. | |
OnHoverOverMarker | Called when user hovers the mouse pointer over the marker. |
Top