Share via


IDifferenceTrackingSpanCollection.AddedLineSpans Property

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

Syntax

'Declaration
ReadOnly Property AddedLineSpans As IEnumerable(Of ITrackingSpan)
IEnumerable<ITrackingSpan> AddedLineSpans { get; }
property IEnumerable<ITrackingSpan^>^ AddedLineSpans {
    IEnumerable<ITrackingSpan^>^ get ();
}
abstract AddedLineSpans : IEnumerable<ITrackingSpan> with get
function get AddedLineSpans () : IEnumerable<ITrackingSpan>

Property Value

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

.NET Framework Security

See Also

Reference

IDifferenceTrackingSpanCollection Interface

Microsoft.VisualStudio.Text.Differencing Namespace