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)

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.

Return to top
Show: