IVsTextMarkerClientAdvanced Interface

Definition

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

public interface class IVsTextMarkerClientAdvanced
public interface class IVsTextMarkerClientAdvanced
__interface IVsTextMarkerClientAdvanced
[System.Runtime.InteropServices.Guid("C4B874D3-1491-4F13-8B9E-17249EC4902B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextMarkerClientAdvanced
[System.Runtime.InteropServices.Guid("C4B874D3-1491-4F13-8B9E-17249EC4902B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextMarkerClientAdvanced
[<System.Runtime.InteropServices.Guid("C4B874D3-1491-4F13-8B9E-17249EC4902B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextMarkerClientAdvanced = interface
[<System.Runtime.InteropServices.Guid("C4B874D3-1491-4F13-8B9E-17249EC4902B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextMarkerClientAdvanced = interface
Public Interface IVsTextMarkerClientAdvanced
Attributes

Methods

OnMarkerTextChanged(IVsTextMarker)

Fires when the text on the same line as the marker has changed.

Applies to