IHierarchicalDifferenceCollection Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Differences | Returns the difference collection as a list.(Inherited from IDifferenceCollection<T>.) |
![]() | LeftDecomposition | Gets the original left tokenized list. |
![]() | LeftSequence | Gets the left sequence that was used to create this difference collection.(Inherited from IDifferenceCollection<T>.) |
![]() | MatchSequence | Gets the original match sequence that was used to create this difference collection.(Inherited from IDifferenceCollection<T>.) |
![]() | RightDecomposition | Get the original right tokenized list. |
![]() | RightSequence | Gets the right sequence that was used to create this difference collection.(Inherited from IDifferenceCollection<T>.) |
Show:
