ISnapshotDifference.SnapshotLineTransforms Property
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Dichiarazione
ReadOnly Property SnapshotLineTransforms As IEnumerable(Of SnapshotLineTransform)
IEnumerable<SnapshotLineTransform> SnapshotLineTransforms { get; }
property IEnumerable<SnapshotLineTransform^>^ SnapshotLineTransforms {
IEnumerable<SnapshotLineTransform^>^ get ();
}
abstract SnapshotLineTransforms : IEnumerable<SnapshotLineTransform>
function get SnapshotLineTransforms () : IEnumerable<SnapshotLineTransform>
Property Value
Type: System.Collections.Generic.IEnumerable<SnapshotLineTransform>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.