Sdílet prostřednictvím


ICommandService.ExecuteCommand(Int32, Dictionary<String,Object>) Metoda

Definice

Spustí příkaz se zadaným identifikátorem příkazu a parametry.

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))

Parametry

commandId
Int32

Identifikátor příkazu, který se má zkontrolovat.

parameters
Dictionary<String,Object>

Parametry příkazu

Výjimky

Příkaz se nepodporuje.

Platí pro