次の方法で共有


XamlUICommand.CanExecute(Object) メソッド

定義

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

public:
 virtual bool CanExecute(Platform::Object ^ parameter) = CanExecute;
bool CanExecute(IInspectable const& parameter);
// This member is not implemented in C#
function canExecute(parameter)
' This member is not implemented in VB.NET

パラメーター

parameter
Object

Platform::Object

IInspectable

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

戻り値

Boolean

bool

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

実装

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

注釈

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

適用対象

こちらもご覧ください