IDifferenceTrackingSpanCollection::RemovedWordSpans Property

 

Gets or sets the removed word spans, against the LeftBuffer.

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

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

Property Value

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

The removed word spans, against the LeftBuffer.

Return to top
Show: