IVsTextImageEvents Interface
Implemented to notify a client of a text image change.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")> _
Public Interface IVsTextImageEvents
[InterfaceTypeAttribute()]
[GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
public interface IVsTextImageEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
public interface class IVsTextImageEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")>]
type IVsTextImageEvents = interface end
public interface IVsTextImageEvents
The IVsTextImageEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnTextChange | Notifies client of a text image change. |
Top
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.