EditOptions.ComputeMinimalChange Property

Definition

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

public:
 property bool ComputeMinimalChange { bool get(); };
public:
 property bool ComputeMinimalChange { bool get(); };
public bool ComputeMinimalChange { get; }
public bool ComputeMinimalChange { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.ComputeMinimalChange : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ComputeMinimalChange : bool
Public ReadOnly Property ComputeMinimalChange As Boolean

Property Value

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

Attributes

Applies to