RoutedCommand.ICommand.Execute(Object) 메서드

정의

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

 virtual void System.Windows.Input.ICommand.Execute(System::Object ^ parameter) = System::Windows::Input::ICommand::Execute;
void ICommand.Execute (object parameter);
abstract member System.Windows.Input.ICommand.Execute : obj -> unit
override this.System.Windows.Input.ICommand.Execute : obj -> unit
Sub Execute (parameter As Object) Implements ICommand.Execute

매개 변수

parameter
Object

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

구현

예제

참고 항목

Execute

설명

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

적용 대상