Compartir a través de


RibbonSplitButtonGallery.GalleryCommandId Propiedad

Lo siguiente se aplica a v2.

Obtiene o establece el identificador de comando que se debe invocar cuando se elige un elemento de la galería.

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

Sintaxis

'Declaración
Public Property GalleryCommandId As ICommandId 
    Get 
    Private Set
'Uso
Dim instance As RibbonSplitButtonGallery 
Dim value As ICommandId 

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

Valor de la propiedad

Tipo: Microsoft.WebMatrix.Extensibility.ICommandId
El identificador de comando que se debe invocar cuando se elige un elemento de la galería.

Vea también

Referencia

RibbonSplitButtonGallery Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility