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 命名空间