Lire en anglais

Partager via


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

The IVsTextImageEvents type exposes the following members.

Methods

  Name Description
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace