Difference Properties

Include Protected Members
Include Inherited Members

The Difference type exposes the following members.

Properties

  Name Description
Public property After The match after this difference. It is nulla null reference (Nothing in Visual Basic) at the end of the sequence.
Public property Before The match before this section. It is nulla null reference (Nothing in Visual Basic) at the beginning of the sequence.
Public property DifferenceType The type of the difference (add, remove, or change).
Public property Left The left side of the difference (may be zero length).
Public property Right The right side of the difference (may be zero length).

Top

See Also

Reference

Difference Class

Microsoft.VisualStudio.Text.Differencing Namespace