CommandSetLibrary.GetMenuCommands Method

Definition

Provide the menu commands that this commandset implements

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)

Returns

Applies to