Difference Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | After | The match after this difference. It is null at the end of the sequence. |
![]() | Before | The match before this section. It is null at the beginning of the sequence. |
![]() | DifferenceType | The type of the difference (add, remove, or change). |
![]() | Left | The left side of the difference (may be zero length). |
![]() | Right | The right side of the difference (may be zero length). |
Show:
