다음을 통해 공유


Command.CanExecute(Object) 메서드

정의

지정된 매개 변수로 명령을 실행할 수 있는지 여부를 나타내는 System.Boolean을 반환합니다.

public bool CanExecute (object parameter);
abstract member CanExecute : obj -> bool
override this.CanExecute : obj -> bool

매개 변수

parameter
System.Object

명령을 실행할 수 있는지 여부를 확인하는 매개 변수로 사용되는 System.Object입니다.

반환

System.Boolean

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

구현

System.Windows.Input.ICommand.CanExecute(System.Object)

설명

canExecute 매개 변수가 명령 생성자에 전달되지 않은 경우 이 메서드는 항상 를 반환합니다 true.

제네릭이 아닌 execute 매개 변수를 사용하여 Command를 만든 경우 이 메서드의 매개 변수는 무시됩니다.

적용 대상