IDifferenceTrackingSpanCollection.RemovedLineSpans Property

Definition

Removed line spans, against the LeftBuffer.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITrackingSpan ^> ^ RemovedLineSpans { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITrackingSpan ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.ITrackingSpan> RemovedLineSpans { get; }
member this.RemovedLineSpans : seq<Microsoft.VisualStudio.Text.ITrackingSpan>
Public ReadOnly Property RemovedLineSpans As IEnumerable(Of ITrackingSpan)

Property Value

The removed line spans, against the LeftBuffer.

Applies to