ISnapshotDifference::SnapshotLineTransforms Property

 

Gets or sets the line transforms that were used to generate this difference.

Namespace:   Microsoft.VisualStudio.Text.Differencing
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.

Return to top
Show: