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)
Syntax
'Declaration
Public Sub New ( _
computeMinimalChange As Boolean, _
differenceOptions As StringDifferenceOptions _
)
public EditOptions(
bool computeMinimalChange,
StringDifferenceOptions differenceOptions
)
public:
EditOptions(
bool computeMinimalChange,
StringDifferenceOptions differenceOptions
)
new :
computeMinimalChange:bool *
differenceOptions:StringDifferenceOptions -> EditOptions
public function EditOptions(
computeMinimalChange : boolean,
differenceOptions : StringDifferenceOptions
)
Parameters
computeMinimalChange
Type: System.Booleantrue if the minimal difference is to be computed, otherwise false.
differenceOptions
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.