DelegateCommand.CanExecute(Object) Yöntem

Tanım

Bu komutun yürütülebilir olup olmadığını gösteren bir değer alır.

public:
 virtual bool CanExecute(System::Object ^ parameter);
public:
 bool CanExecute(Platform::Object ^ parameter);
bool CanExecute(winrt::Windows::Foundation::IInspectable const & parameter);
[System.Diagnostics.DebuggerStepThrough]
public bool CanExecute (object parameter);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member CanExecute : obj -> bool
override this.CanExecute : obj -> bool
Public Function CanExecute (parameter As Object) As Boolean

Parametreler

parameter
Object

CanExecute temsilcisine geçirilecek bir parametre (oluşturucuda belirtilen).

Döndürülenler

Boolean

Komut yürütülebilir ise veya başlatma sırasında verilen canExecute null ise true.

Uygulamalar

Öznitelikler

Şunlara uygulanır