MenuCommandService.FindCommand Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vyhledá MenuCommand objekt přidružený k danému ID příkazu.
Přetížení
FindCommand(CommandID) |
Vyhledá MenuCommand objekt přidružený k danému ID příkazu. |
FindCommand(Guid, Int32) |
Vyhledá přidružený k MenuCommand danému příkazu. |
FindCommand(CommandID)
Vyhledá MenuCommand objekt přidružený k danému ID příkazu.
public:
virtual System::ComponentModel::Design::MenuCommand ^ FindCommand(System::ComponentModel::Design::CommandID ^ commandID);
public System.ComponentModel.Design.MenuCommand FindCommand (System.ComponentModel.Design.CommandID commandID);
public System.ComponentModel.Design.MenuCommand? FindCommand (System.ComponentModel.Design.CommandID commandID);
abstract member FindCommand : System.ComponentModel.Design.CommandID -> System.ComponentModel.Design.MenuCommand
override this.FindCommand : System.ComponentModel.Design.CommandID -> System.ComponentModel.Design.MenuCommand
Public Function FindCommand (commandID As CommandID) As MenuCommand
Parametry
Návraty
Hodnota přidružená MenuCommand k danému příkazu; v opačném případě, null
pokud příkaz nebyl nalezen.
Implementuje
Viz také
Platí pro
FindCommand(Guid, Int32)
Vyhledá přidružený k MenuCommand danému příkazu.
protected:
System::ComponentModel::Design::MenuCommand ^ FindCommand(Guid guid, int id);
protected System.ComponentModel.Design.MenuCommand FindCommand (Guid guid, int id);
protected System.ComponentModel.Design.MenuCommand? FindCommand (Guid guid, int id);
member this.FindCommand : Guid * int -> System.ComponentModel.Design.MenuCommand
Protected Function FindCommand (guid As Guid, id As Integer) As MenuCommand
Parametry
- guid
- Guid
Identifikátor GUID příkazu
- id
- Int32
ID příkazu
Návraty
Hodnota přidružená MenuCommand k danému příkazu; v opačném případě, null
pokud příkaz nebyl nalezen.