Proprietà MenuAction.Command

Ottiene il comando che rappresenta l'azione di menu.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Command As ICommand
    Get
public ICommand Command { get; }
public:
property ICommand^ Command {
    ICommand^ get ();
}
member Command : ICommand
function get Command () : ICommand

Valore proprietà

Tipo: System.Windows.Input.ICommand
Oggetto ICommand che rappresenta l'azione di menu.

Note

La finestra di progettazione chiama il metodo Execute su Command per richiamare la logica dell'azione di menu.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

MenuAction Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

ICommand

PrimarySelectionContextMenuProvider

MenuGroup

Altre risorse

Procedura dettagliata: creazione di un provider di menu