CommandSetLibrary.GetMenuCommands 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供此 commandset 实现的菜单命令
protected:
abstract System::Collections::Generic::IList<System::ComponentModel::Design::MenuCommand ^> ^ GetMenuCommands();
protected abstract System.Collections.Generic.IList<System.ComponentModel.Design.MenuCommand> GetMenuCommands ();
abstract member GetMenuCommands : unit -> System.Collections.Generic.IList<System.ComponentModel.Design.MenuCommand>
Protected MustOverride Function GetMenuCommands () As IList(Of MenuCommand)