XamlUICommand.Execute(Object) 메서드

정의

명령을 호출합니다.

public:
 virtual void Execute(Platform::Object ^ parameter) = Execute;
void Execute(IInspectable const& parameter);
// This member is not implemented in C#
function execute(parameter)
' This member is not implemented in VB.NET

매개 변수

parameter
Object

Platform::Object

IInspectable

명령에 사용된 데이터입니다. 명령에 데이터가 필요하지 않은 경우 이 개체를 null로 설정할 수 있습니다.

구현

M:Windows.UI.Xaml.Input.ICommand.Execute(System.Object) M:System.Windows.Input.ICommand.Execute(System.Object) M:Windows.UI.Xaml.Input.ICommand.Execute(Platform::Object) M:Windows.UI.Xaml.Input.ICommand.Execute(IInspectable)

적용 대상

추가 정보