IVsDataExplorerNode.GetCommand(CommandID) 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.
Gets a menu command corresponding to the specified CommandID value.
public:
System::ComponentModel::Design::MenuCommand ^ GetCommand(System::ComponentModel::Design::CommandID ^ commandId);
public System.ComponentModel.Design.MenuCommand GetCommand (System.ComponentModel.Design.CommandID commandId);
abstract member GetCommand : System.ComponentModel.Design.CommandID -> System.ComponentModel.Design.MenuCommand
Public Function GetCommand (commandId As CommandID) As MenuCommand
Parameters
- commandId
- CommandID
A CommandID object containing a numeric command ID and a GUID menu group identifier.
Returns
A MenuCommand object as the menu command.