Freigeben über


ContextMenuItem.Command-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den Befehl ab, der beim Klicken auf die Schaltfläche aufgerufen werden soll.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Property Command As ICommand 
    Get 
    Private Set
'Usage
Dim instance As ContextMenuItem 
Dim value As ICommand 

value = instance.Command
public ICommand Command { get; private set; }
public:
virtual property ICommand^ Command {
    ICommand^ get () sealed;
    private: void set (ICommand^ value) sealed;
}
abstract Command : ICommand with get, private set 
override Command : ICommand with get, private set
final function get Command () : ICommand 
private final function set Command (value : ICommand)

Eigenschaftswert

Typ: System.Windows.Input.ICommand
Der Befehl, der beim Klicken auf die Schaltfläche aufgerufen werden soll.

Implementiert

IContextMenuItem.Command

Siehe auch

Verweis

ContextMenuItem Klasse

Microsoft.WebMatrix.Extensibility-Namespace