次の方法で共有


XamlUICommand.CanExecute(Object) メソッド

定義

コマンドを現在の状態で実行できるかどうかを取得します。

public:
 virtual bool CanExecute(Platform::Object ^ parameter) = CanExecute;
bool CanExecute(IInspectable const& parameter);
public bool CanExecute(object parameter);
function canExecute(parameter)
Public Function CanExecute (parameter As Object) As Boolean

パラメーター

parameter
Object

Platform::Object

IInspectable

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

戻り値

Boolean

bool

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

実装

M:Microsoft.UI.Xaml.Input.ICommand.CanExecute(System.Object) M:Microsoft.UI.Xaml.Input.ICommand.CanExecute(Platform::Object) M:Microsoft.UI.Xaml.Input.ICommand.CanExecute(IInspectable)

注釈

コマンド ソースは、通常 、CanExecuteChanged イベントが発生したときにこのメソッドを呼び出します。

適用対象

こちらもご覧ください