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

定义

执行具有指定命令标识符和参数的命令。

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

要检查的命令标识符。

parameters
Dictionary<String,Object>

命令的参数。

例外

不支持该命令。

适用于