IDifferenceTrackingSpanCollection.AddedLineSpans Property
Gets or sets the added line spans, against the RightBuffer.
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: IEnumerable<ITrackingSpan>
The added line spans, against the RightBuffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.