CommandSetLibrary.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:
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)