Proprietà IDifferenceTrackingSpanCollection.RemovedLineSpans
Spazio dei nomi: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
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>
Valore proprietà
Tipo: IEnumerable<ITrackingSpan>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.