ISnapshotDifference.LineDifferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The differences for this snapshot.
public:
property Microsoft::VisualStudio::Text::Differencing::IHierarchicalDifferenceCollection ^ LineDifferences { Microsoft::VisualStudio::Text::Differencing::IHierarchicalDifferenceCollection ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IHierarchicalDifferenceCollection LineDifferences { get; }
member this.LineDifferences : Microsoft.VisualStudio.Text.Differencing.IHierarchicalDifferenceCollection
Public ReadOnly Property LineDifferences As IHierarchicalDifferenceCollection
Property Value
The differences for this snapshot.
Remarks
To find word-level differences, use HasContainedDifferences(Int32) and GetContainedDifferences(Int32).