Compartir a través de


IContextMenuItem.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
ReadOnly Property CommandParameter As Object 
    Get
'Uso
Dim instance As IContextMenuItem 
Dim value As Object 

value = instance.CommandParameter
Object CommandParameter { get; }
property Object^ CommandParameter {
    Object^ get ();
}
abstract CommandParameter : Object
function get CommandParameter () : Object

Valor de la propiedad

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

Vea también

Referencia

IContextMenuItem Interfaz

Espacio de nombres Microsoft.WebMatrix.Extensibility