Partager via


IDifferenceTrackingSpanCollection.RemovedLineSpans Property

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Déclaration
ReadOnly Property RemovedLineSpans As IEnumerable(Of ITrackingSpan)
IEnumerable<ITrackingSpan> RemovedLineSpans { get; }
property IEnumerable<ITrackingSpan^>^ RemovedLineSpans {
    IEnumerable<ITrackingSpan^>^ get ();
}
abstract RemovedLineSpans : IEnumerable<ITrackingSpan>
function get RemovedLineSpans () : IEnumerable<ITrackingSpan>

Property Value

Type: System.Collections.Generic.IEnumerable<ITrackingSpan>

.NET Framework Security

See Also

Reference

IDifferenceTrackingSpanCollection Interface

Microsoft.VisualStudio.Text.Differencing Namespace