ISnapshotDifference.DifferenceSpans Property
Gets or sets the word and line difference spans as ITrackingSpan objects against the left and right buffer.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property DifferenceSpans As IDifferenceTrackingSpanCollection
IDifferenceTrackingSpanCollection DifferenceSpans { get; }
property IDifferenceTrackingSpanCollection^ DifferenceSpans {
IDifferenceTrackingSpanCollection^ get ();
}
abstract DifferenceSpans : IDifferenceTrackingSpanCollection with get
function get DifferenceSpans () : IDifferenceTrackingSpanCollection
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.IDifferenceTrackingSpanCollection
The word and line difference spans as ITrackingSpan objects against the left and right buffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.