CommandInfo.Command 属性

定义

表示某种行为或操作的唯一标识符。A unique identifier that represents some behavior or action.

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); };
public System.Windows.Input.ICommand Command { get; }
member this.Command : System.Windows.Input.ICommand
Public ReadOnly Property Command As ICommand

属性值

ICommand

返回 ICommandReturns ICommand.

注解

命令的示例包括复制、粘贴和撤消。A few examples of commands are copy, paste, and undo.

适用于