次の方法で共有


ICommandService.ExecuteCommand(Int32, Dictionary<String,Object>) メソッド

定義

指定されたコマンド ID およびパラメーターを使用してコマンドを実行します。

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

確認するコマンド ID。

parameters
Dictionary<String,Object>

コマンドのパラメーター。

例外

コマンドがサポートされていません。

適用対象