IDifferenceTrackingSpanCollection::RemovedLineSpans Property
Visual Studio 2015
Gets or sets the removed line spans, against the LeftBuffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property IEnumerable<ITrackingSpan^>^ RemovedLineSpans {
IEnumerable<ITrackingSpan^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<ITrackingSpan^>^The removed line spans, against the LeftBuffer.
Show: