Compartir a través de


RibbonButton.CommandId Propiedad

Lo siguiente se aplica a v2.

Obtiene o establece el identificador de 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 CommandId As ICommandId 
    Get 
    Private Set
'Uso
Dim instance As RibbonButton 
Dim value As ICommandId 

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

Valor de la propiedad

Tipo: Microsoft.WebMatrix.Extensibility.ICommandId
El identificador de comando que se debe invocar cuando se pulsa el botón.

Vea también

Referencia

RibbonButton Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility