CommandSetLibrary.GetMenuCommands 方法

定义

提供此 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)

返回

IList<MenuCommand>

适用于