Compartir a través de


RibbonButtonGallery Constructor (String, ICommand, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource)

Lo siguiente se aplica a v2.

Inicializa una nueva instancia de la clase RibbonButtonGallery con la etiqueta, el comando, el identificador de comando, la categoría y las imágenes especificados.

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

Sintaxis

'Declaración
Protected Sub New ( _
    label As String, _
    galleryCommand As ICommand, _
    galleryCommandId As ICommandId, _
    categories As IEnumerable(Of RibbonGalleryCategory), _
    smallImage As ImageSource, _
    largeImage As ImageSource _
)
'Uso
Dim label As String 
Dim galleryCommand As ICommand 
Dim galleryCommandId As ICommandId 
Dim categories As IEnumerable(Of RibbonGalleryCategory)
Dim smallImage As ImageSource 
Dim largeImage As ImageSource 

Dim instance As New RibbonButtonGallery(label, galleryCommand, _
    galleryCommandId, categories, smallImage, _
    largeImage)
protected RibbonButtonGallery(
    string label,
    ICommand galleryCommand,
    ICommandId galleryCommandId,
    IEnumerable<RibbonGalleryCategory> categories,
    ImageSource smallImage,
    ImageSource largeImage
)
protected:
RibbonButtonGallery(
    String^ label, 
    ICommand^ galleryCommand, 
    ICommandId^ galleryCommandId, 
    IEnumerable<RibbonGalleryCategory^>^ categories, 
    ImageSource^ smallImage, 
    ImageSource^ largeImage
)
new : 
        label:string * 
        galleryCommand:ICommand * 
        galleryCommandId:ICommandId * 
        categories:IEnumerable<RibbonGalleryCategory> * 
        smallImage:ImageSource * 
        largeImage:ImageSource -> RibbonButtonGallery
protected function RibbonButtonGallery(
    label : String, 
    galleryCommand : ICommand, 
    galleryCommandId : ICommandId, 
    categories : IEnumerable<RibbonGalleryCategory>, 
    smallImage : ImageSource, 
    largeImage : ImageSource
)

Parámetros

Vea también

Referencia

RibbonButtonGallery Clase

Sobrecarga de RibbonButtonGallery

Espacio de nombres Microsoft.WebMatrix.Extensibility