ISnapshotDifference::SnapshotLineTransforms Property
Visual Studio 2015
Gets or sets the line transforms that were used to generate this difference.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property IEnumerable<SnapshotLineTransform^>^ SnapshotLineTransforms {
IEnumerable<SnapshotLineTransform^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<SnapshotLineTransform^>^The line transforms that were used to generate this difference.
Show: