Partager via


ISnapshotDifference.SnapshotLineTransforms, propriété

Espace de noms :  Microsoft.VisualStudio.Text.Differencing
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : IEnumerable<SnapshotLineTransform>

Sécurité .NET Framework

Voir aussi

Référence

ISnapshotDifference Interface

Microsoft.VisualStudio.Text.Differencing, espace de noms