Freigeben über


ISnapshotDifference.SnapshotLineTransforms-Eigenschaft

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: IEnumerable<SnapshotLineTransform>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISnapshotDifference Schnittstelle

Microsoft.VisualStudio.Text.Differencing-Namespace