IContextMenuItem.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
ReadOnly Property Command As ICommand
Get
'Usage
Dim instance As IContextMenuItem
Dim value As ICommand
value = instance.Command
ICommand Command { get; }
property ICommand^ Command {
ICommand^ get ();
}
abstract Command : ICommand
function get Command () : ICommand
Eigenschaftswert
Typ: System.Windows.Input.ICommand
Ein Befehl, der beim Klicken auf die Schaltfläche aufgerufen werden soll.