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
'Usage
Dim instance As IVsTextImageEvents
[InterfaceTypeAttribute()]
[GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
public interface IVsTextImageEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
public interface class IVsTextImageEvents
public interface IVsTextImageEvents
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.