EditOptions Constructor (Boolean, StringDifferenceOptions)
Visual Studio 2015
Initializes a new instance of EditOptions.
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
Show: