IVsTextImageEvents Interface
Visual Studio 2015
Implemented to notify a client of a text image change.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnTextChange(TextAddress, TextAddress, TextAddress) | Notifies client of a text image change. |
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.
Show:
