Freigeben über


RibbonButton.Command-Eigenschaft

Die folgenden Ausführungen gelten für v2.

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

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 RibbonButton 
Dim value As ICommand 

value = instance.Command
public ICommand Command { get; private set; }
public:
property ICommand^ Command {
    ICommand^ get ();
    private: void set (ICommand^ value);
}
member Command : ICommand with get, private set
function get Command () : ICommand 
private function set Command (value : ICommand)

Eigenschaftswert

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

Siehe auch

Verweis

RibbonButton Klasse

Microsoft.WebMatrix.Extensibility-Namespace