次の方法で共有


ICommandService.CanExecuteCommand(Int32) メソッド

定義

指定されたコマンドを実行できるかどうかを確認します。

public:
 bool CanExecuteCommand(int commandId);
public bool CanExecuteCommand (int commandId);
abstract member CanExecuteCommand : int -> bool
Public Function CanExecuteCommand (commandId As Integer) As Boolean

パラメーター

commandId
Int32

確認するコマンド ID。

戻り値

指定したコマンドを実行できる場合は true。それ以外の場合は false

例外

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

適用対象