ISnapshotDifference.SnapshotLineTransforms Property

Definition

The line transforms that were used to generate this difference.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^> ^ SnapshotLineTransforms { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform> SnapshotLineTransforms { get; }
member this.SnapshotLineTransforms : seq<Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform>
Public ReadOnly Property SnapshotLineTransforms As IEnumerable(Of SnapshotLineTransform)

Property Value

The line transforms that were used to generate this difference.

Applies to