ISnapshotDifference.DifferenceSpans 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 word and line difference spans as ITrackingSpans against the left and right buffer.
public:
property Microsoft::VisualStudio::Text::Differencing::IDifferenceTrackingSpanCollection ^ DifferenceSpans { Microsoft::VisualStudio::Text::Differencing::IDifferenceTrackingSpanCollection ^ get(); };
public:
property Microsoft::VisualStudio::Text::Differencing::IDifferenceTrackingSpanCollection ^ DifferenceSpans { Microsoft::VisualStudio::Text::Differencing::IDifferenceTrackingSpanCollection ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.IDifferenceTrackingSpanCollection DifferenceSpans { get; }
member this.DifferenceSpans : Microsoft.VisualStudio.Text.Differencing.IDifferenceTrackingSpanCollection
Public ReadOnly Property DifferenceSpans As IDifferenceTrackingSpanCollection
Property Value
The word and line difference spans as ITrackingSpan objects against the left and right buffer.