IVsTextMarkerClientEx Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |