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