UICommand Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UICommand() |
Crée une instance de la classe UICommand. |
UICommand(String) |
Crée une instance de la classe UICommand à l’aide de l’étiquette spécifiée. |
UICommand(String, UICommandInvokedHandler) |
Crée un instance de la classe UICommand à l’aide de l’étiquette et du gestionnaire d’événements spécifiés. |
UICommand(String, UICommandInvokedHandler, Object) |
Crée un instance de la classe UICommand à l’aide de l’étiquette, du gestionnaire d’événements et de l’identificateur de commande spécifiés. |
UICommand()
public:
UICommand();
UICommand();
public UICommand();
function UICommand()
Public Sub New ()
Voir aussi
- UICommand
- UICommand(String, UICommandInvokedHandler)
- UICommand(String, UICommandInvokedHandler, Object)
S’applique à
UICommand(String)
public:
UICommand(Platform::String ^ label);
UICommand(winrt::hstring const& label);
public UICommand(string label);
function UICommand(label)
Public Sub New (label As String)
Paramètres
- label
-
String
Platform::String
winrt::hstring
Étiquette de l’UICommand.
Voir aussi
S’applique à
UICommand(String, UICommandInvokedHandler)
public:
UICommand(Platform::String ^ label, UICommandInvokedHandler ^ action);
UICommand(winrt::hstring const& label, UICommandInvokedHandler const& action);
public UICommand(string label, UICommandInvokedHandler action);
function UICommand(label, action)
Public Sub New (label As String, action As UICommandInvokedHandler)
Paramètres
- label
-
String
Platform::String
winrt::hstring
Étiquette de la nouvelle commande.
- action
- UICommandInvokedHandler
Gestionnaire d’événements pour la nouvelle commande.
Voir aussi
S’applique à
UICommand(String, UICommandInvokedHandler, Object)
public:
UICommand(Platform::String ^ label, UICommandInvokedHandler ^ action, Platform::Object ^ commandId);
UICommand(winrt::hstring const& label, UICommandInvokedHandler const& action, IInspectable const& commandId);
public UICommand(string label, UICommandInvokedHandler action, object commandId);
function UICommand(label, action, commandId)
Public Sub New (label As String, action As UICommandInvokedHandler, commandId As Object)
Paramètres
- label
-
String
Platform::String
winrt::hstring
Étiquette de la nouvelle commande.
- action
- UICommandInvokedHandler
Gestionnaire d’événements pour la nouvelle commande.
- commandId
-
Object
Platform::Object
IInspectable
Identificateur de commande pour la nouvelle commande.