IDifferenceTrackingSpanCollection::AddedWordSpans Property

 

Gets or sets the added line spans, against the RightBuffer.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

property IEnumerable<ITrackingSpan^>^ AddedWordSpans {
	IEnumerable<ITrackingSpan^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<ITrackingSpan^>^

Added line spans, against the RightBuffer

Return to top
Show: