IDifferenceTrackingSpanCollection::RemovedWordSpans Property
Visual Studio 2015
Gets or sets the removed word spans, against the LeftBuffer.
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.
Show: