CommandSet.GetMenuCommands Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provide the menu commands that this commandset implements
protected:
override System::Collections::Generic::IList<System::ComponentModel::Design::MenuCommand ^> ^ GetMenuCommands();
protected override System.Collections.Generic.IList<System.ComponentModel.Design.MenuCommand> GetMenuCommands ();
override this.GetMenuCommands : unit -> System.Collections.Generic.IList<System.ComponentModel.Design.MenuCommand>
Protected Overrides Function GetMenuCommands () As IList(Of MenuCommand)