EditOptions.ComputeMinimalChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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