IDifferenceTrackingSpanCollection.AddedLineSpans Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Added line spans, against the RightBuffer.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITrackingSpan ^> ^ AddedLineSpans { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::ITrackingSpan ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.ITrackingSpan> AddedLineSpans { get; }
member this.AddedLineSpans : seq<Microsoft.VisualStudio.Text.ITrackingSpan>
Public ReadOnly Property AddedLineSpans As IEnumerable(Of ITrackingSpan)
Property Value
The added line spans, against the RightBuffer.