RoutedCommand.ICommand.CanExecute(Object) メソッド

定義

このメンバーの説明については、CanExecute(Object) のトピックを参照してください。

 virtual bool System.Windows.Input.ICommand.CanExecute(System::Object ^ parameter) = System::Windows::Input::ICommand::CanExecute;
[System.Security.SecurityCritical]
bool ICommand.CanExecute (object parameter);
bool ICommand.CanExecute (object parameter);
[<System.Security.SecurityCritical>]
abstract member System.Windows.Input.ICommand.CanExecute : obj -> bool
override this.System.Windows.Input.ICommand.CanExecute : obj -> bool
abstract member System.Windows.Input.ICommand.CanExecute : obj -> bool
override this.System.Windows.Input.ICommand.CanExecute : obj -> bool
Function CanExecute (parameter As Object) As Boolean Implements ICommand.CanExecute

パラメーター

parameter
Object

コマンドにより使用されるデータです。 コマンドにデータを渡す必要がない場合は、このオブジェクトを null に設定できます。

戻り値

このコマンドを実行できる場合は、true。それ以外の場合は、false

実装

属性

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、RoutedCommand のインスタンスが ICommand インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください