Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")> _
Public Interface IVsTextImageEvents
'Utilizzo
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.