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 事件时,命令源通常会调用此方法。

适用于

另请参阅