Compartir a través de


RibbonButton.CommandParameter Propiedad

Lo siguiente se aplica a v2.

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

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

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

Valor de la propiedad

Tipo: System.Object
El parámetro del comando que se debe pasar al comando o a CommandId.

Vea también

Referencia

RibbonButton Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility