Compartir a través de


ContextMenuItem.CommandParameter Propiedad

Lo siguiente se aplica a v2.

Obtiene o establece el parámetro que se debe pasar al comando.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Public Property CommandParameter As Object 
    Get 
    Private Set
'Uso
Dim instance As ContextMenuItem 
Dim value As Object 

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

Valor de la propiedad

Tipo: System.Object
El parámetro que se debe pasar al comando.

Implementa

IContextMenuItem.CommandParameter

Vea también

Referencia

ContextMenuItem Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility