Proprietà ISnapshotDifference.SnapshotLineTransforms
Spazio dei nomi: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Sintassi
'Dichiarazione
ReadOnly Property SnapshotLineTransforms As IEnumerable(Of SnapshotLineTransform)
IEnumerable<SnapshotLineTransform> SnapshotLineTransforms { get; }
property IEnumerable<SnapshotLineTransform^>^ SnapshotLineTransforms {
IEnumerable<SnapshotLineTransform^>^ get ();
}
abstract SnapshotLineTransforms : IEnumerable<SnapshotLineTransform> with get
function get SnapshotLineTransforms () : IEnumerable<SnapshotLineTransform>
Valore proprietà
Tipo: IEnumerable<SnapshotLineTransform>
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.