CanExecuteRequestedEventArgs.Parameter Propriété
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.
Obtient le paramètre de commande passé dans la méthode CanExecute qui a déclenché cet événement.
public:
property Platform::Object ^ Parameter { Platform::Object ^ get(); };
IInspectable Parameter();
public object Parameter { get; }
var object = canExecuteRequestedEventArgs.parameter;
Public ReadOnly Property Parameter As Object