共用方式為


EditOptions.ComputeMinimalChange 屬性

判斷是否要計算最小變更。

命名空間:  Microsoft.VisualStudio.Text
組件:  Microsoft.VisualStudio.Text.Data (在 Microsoft.VisualStudio.Text.Data.dll 中)

語法

'宣告
Public ReadOnly Property ComputeMinimalChange As Boolean
public bool ComputeMinimalChange { get; }
public:
property bool ComputeMinimalChange {
    bool get ();
}
member ComputeMinimalChange : bool with get
function get ComputeMinimalChange () : boolean

屬性值

類型:Boolean
true 如果這編輯的計算最小的變更,使用 [差異選項StringDifferenceOptions, false否則。

.NET Framework 安全性

請參閱

參考

EditOptions 結構

Microsoft.VisualStudio.Text 命名空間