共用方式為


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>

命令的參數。

例外狀況

不支援此命令。

適用於