IVsTextImageEvents Interface

Definition

Implemented to notify a client of a text image change.

public interface class IVsTextImageEvents
public interface class IVsTextImageEvents
__interface IVsTextImageEvents
[System.Runtime.InteropServices.Guid("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextImageEvents
[System.Runtime.InteropServices.Guid("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextImageEvents
[<System.Runtime.InteropServices.Guid("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextImageEvents = interface
[<System.Runtime.InteropServices.Guid("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextImageEvents = interface
Public Interface IVsTextImageEvents
Attributes

Remarks

The environment passes a pointer to this interface through a call to AdviseTextImageEvents.

Notes to Implementers

Implemented by the environment for text image event notification.

Methods

OnTextChange(TextAddress, TextAddress, TextAddress)

Notifies client of a text image change.

Applies to