ISnapshotDifference.SnapshotLineTransforms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.