ICommandService.ExecuteCommand(Int32, Dictionary<String,Object>) 方法
定义
执行具有指定命令标识符和参数的命令。Executes the command with the specified command identifier and parameters.
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))
参数
- commandId
- Int32
要检查的命令标识符。The command identifier to be checked.
- parameters
- Dictionary<String,Object>
命令的参数。The parameters of the command.
例外
不支持该命令。The command is not supported.