EditOptions::ComputeMinimalChange Property

 

Determines whether to compute the minimal change.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
property bool ComputeMinimalChange {
	bool get();
}

Property Value

Type: System::Boolean

true if this edit computes minimal change using the differencing option StringDifferenceOptions, false otherwise.

Return to top
Show: