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
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")> _
Public Interface IVsTextImageEvents
'使用
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")>]
type IVsTextImageEvents = interface end
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.