CommandInfo.Command Property

Definition

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

Property Value

Returns ICommand.

Remarks

A few examples of commands are copy, paste, and undo.

Applies to