ICommandService.ExecuteCommand(Int32, Dictionary<String,Object>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行具有指定命令标识符和参数的命令。
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>
命令的参数。
例外
不支持该命令。