IVsTextMarkerClientEx Interface

Definition

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

public interface class IVsTextMarkerClientEx
public interface class IVsTextMarkerClientEx
__interface IVsTextMarkerClientEx
[System.Runtime.InteropServices.Guid("BA48A96D-40E9-4723-BDD8-B99072A1A426")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextMarkerClientEx
[System.Runtime.InteropServices.Guid("BA48A96D-40E9-4723-BDD8-B99072A1A426")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextMarkerClientEx
[<System.Runtime.InteropServices.Guid("BA48A96D-40E9-4723-BDD8-B99072A1A426")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextMarkerClientEx = interface
[<System.Runtime.InteropServices.Guid("BA48A96D-40E9-4723-BDD8-B99072A1A426")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextMarkerClientEx = interface
Public Interface IVsTextMarkerClientEx
Attributes

Methods

MarkerInvalidated(IVsTextLines, IVsTextMarker)

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

OnHoverOverMarker(IVsTextView, IVsTextMarker, Int32)

Called when user hovers the mouse pointer over the marker.

Applies to