EditOptions.ComputeMinimalChange 属性

定义

如果此编辑使用差分选项计算最小更改,则为 True StringDifferenceOptions ; 否则为 false。

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

属性值

Boolean

如果此编辑使用差分选项计算最小更改,则为 true StringDifferenceOptions ; 否则为 false。

属性

适用于