共用方式為


ModelingWindowPane.CommitPendingEditForCommand 方法

在衍生類別中實作時,指定是否應該在執行命令之前認可暫止的編輯。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Protected Overridable Function CommitPendingEditForCommand ( _
    command As CommandID _
) As Boolean
protected virtual bool CommitPendingEditForCommand(
    CommandID command
)

參數

傳回值

類型:System.Boolean
如果有暫止的編輯,則為 true,否則為 false。

備註

根據預設,傳回值是 true。

這個方法可讓您指定應該在執行特定命令前所做的編輯。 由於這個方法會經常被呼叫,為簡單處理只能使用這個方法。 對於複雜的處理,請使用 CommitPendingEdit

.NET Framework 安全性

請參閱

參考

ModelingWindowPane 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間