ISnapshotDifference::DifferenceSpans Property
Visual Studio 2015
Gets or sets the word and line difference spans as ITrackingSpan objects against the left and right buffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property IDifferenceTrackingSpanCollection^ DifferenceSpans {
IDifferenceTrackingSpanCollection^ get();
}
Property Value
Type: Microsoft.VisualStudio.Text.Differencing::IDifferenceTrackingSpanCollection^The word and line difference spans as ITrackingSpan objects against the left and right buffer.
Show: