ICommandService.ExecuteCommand(Int32, Dictionary<String,Object>) Méthode
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.
Exécute la commande avec l'identificateur de commande et les paramètres spécifiés.
public:
void ExecuteCommand(int commandId, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ parameters);
public void ExecuteCommand (int commandId, System.Collections.Generic.Dictionary<string,object> parameters);
abstract member ExecuteCommand : int * System.Collections.Generic.Dictionary<string, obj> -> unit
Public Sub ExecuteCommand (commandId As Integer, parameters As Dictionary(Of String, Object))
Paramètres
- commandId
- Int32
Identificateur de commande à vérifier.
- parameters
- Dictionary<String,Object>
Paramètres de la commande.
Exceptions
La commande n'est pas prise en charge.