共用方式為


ModelingWindowPane.CommitPendingEditForCommand 方法

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

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

語法

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

參數

傳回值

型別:System.Boolean
如果沒有擱置的編輯,否則為 false,則為 true。

備註

預設情況下,傳回值是true。

這個方法可讓您指定何種編輯應該認可之前執行指定的命令。 由於經常呼叫這個方法,這個方法只使用簡單的處理。 對於複雜的處理,使用CommitPendingEdit

.NET Framework 安全性

請參閱

參考

ModelingWindowPane 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間