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


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

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

Синтаксис

'Декларация
ReadOnly Property RemovedLineSpans As IEnumerable(Of ITrackingSpan)
IEnumerable<ITrackingSpan> RemovedLineSpans { get; }
property IEnumerable<ITrackingSpan^>^ RemovedLineSpans {
    IEnumerable<ITrackingSpan^>^ get ();
}
abstract RemovedLineSpans : IEnumerable<ITrackingSpan> with get
function get RemovedLineSpans () : IEnumerable<ITrackingSpan>

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

Тип: IEnumerable<ITrackingSpan>

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

См. также

Ссылки

IDifferenceTrackingSpanCollection Интерфейс

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