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

Definition

Kör kommandot med den angivna kommandoidentifieraren och parametrarna.

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

Parametrar

commandId
Int32

Den kommandoidentifierare som ska kontrolleras.

parameters
Dictionary<String,Object>

Parametrarna för kommandot.

Undantag

Kommandot stöds inte.

Gäller för