Proprietà IDifferenceTrackingSpanCollection.AddedLineSpans
Spazio dei nomi: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
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>
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.