IVsTextImageEvents 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.
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. |