TextSnapshotChangedEventArgs Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | After | Gets the state of the ITextBuffer after the change. |
![]() | AfterVersion | Gets the ITextVersionn associated with After. |
![]() | Before | Gets the state of the ITextBuffer before the change occurred. |
![]() | BeforeVersion | Gets the ITextVersion associated with Before. |
![]() | EditTag | Gets an object provided by the initiator of the changes. |
Show:
