Condividi tramite


CommandInfo.Command Proprietà

Definizione

Identificatore univoco che rappresenta un comportamento o un'azione.

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

Valore della proprietà

Restituisce ICommand.

Commenti

Alcuni esempi di comandi sono Copia, Incolla e Annulla.

Si applica a