共用方式為


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 事件時呼叫這個方法。

適用於

另請參閱