ContextMenuItem.Command Propiedad
Lo siguiente se aplica a v2.
Obtiene el comando que se debe invocar cuando se hace clic en el botón.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Public Property Command As ICommand
Get
Private Set
'Uso
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)
Valor de la propiedad
Tipo: System.Windows.Input.ICommand
El comando que se debe invocar cuando se hace clic en el botón.