RoutedCommand.ICommand.CanExecute(Object) 메서드

정의

이 멤버에 대한 설명은 CanExecute(Object)를 참조하십시오.

 virtual bool System.Windows.Input.ICommand.CanExecute(System::Object ^ parameter) = System::Windows::Input::ICommand::CanExecute;
[System.Security.SecurityCritical]
bool ICommand.CanExecute (object parameter);
bool ICommand.CanExecute (object parameter);
[<System.Security.SecurityCritical>]
abstract member System.Windows.Input.ICommand.CanExecute : obj -> bool
override this.System.Windows.Input.ICommand.CanExecute : obj -> bool
abstract member System.Windows.Input.ICommand.CanExecute : obj -> bool
override this.System.Windows.Input.ICommand.CanExecute : obj -> bool
Function CanExecute (parameter As Object) As Boolean Implements ICommand.CanExecute

매개 변수

parameter
Object

명령에 사용된 데이터입니다. 명령에서 데이터를 전달할 필요가 없으면 이 개체를 null로 설정할 수 있습니다.

반환

이 명령을 실행할 수 있으면 true이고, 그러지 않으면 false입니다.

구현

특성

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, RoutedCommand 인스턴스가 ICommand 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보