MenuCommandService.AddCommand(MenuCommand) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將命令處理常式加入至功能表命令服務。
public:
virtual void AddCommand(System::ComponentModel::Design::MenuCommand ^ command);
public virtual void AddCommand (System.ComponentModel.Design.MenuCommand command);
abstract member AddCommand : System.ComponentModel.Design.MenuCommand -> unit
override this.AddCommand : System.ComponentModel.Design.MenuCommand -> unit
Public Overridable Sub AddCommand (command As MenuCommand)
參數
- command
- MenuCommand
要加入的 MenuCommand。
實作
例外狀況
command
為 null
。
命令處理常式 command
已經存在。
備註
方法會將 AddCommand 命令處理程式新增至功能表命令服務。 命令處理程式不會定義功能表項的文字、快捷方式或位置。 相反地,他們會在按兩下項目時定義功能表項的行為。