EditOptions Constructor (Boolean, StringDifferenceOptions)

 

Initializes a new instance of EditOptions.

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

public:
EditOptions(
	bool computeMinimalChange,
	StringDifferenceOptions differenceOptions
)

Parameters

computeMinimalChange
Type: System::Boolean

true if the minimal difference is to be computed, otherwise false.

differenceOptions
Type: Microsoft.VisualStudio.Text.Differencing::StringDifferenceOptions

The StringDifferenceOptions.

Return to top
Show: