Поделиться через


IDifferenceTrackingSpanCollection.AddedLineSpans - свойство

Пространство имен:  Microsoft.VisualStudio.Text.Differencing
Сборка:  Microsoft.VisualStudio.Text.Logic (в Microsoft.VisualStudio.Text.Logic.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: IEnumerable<ITrackingSpan>

Безопасность платформы .NET Framework

См. также

Ссылки

IDifferenceTrackingSpanCollection Интерфейс

Microsoft.VisualStudio.Text.Differencing - пространство имен