RibbonButtonGallery-Konstruktor (String, ICommand, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource)
Die folgenden Ausführungen gelten für v2.
Initialisiert eine neue Instanz der RibbonButtonGallery-Klasse mit der angegebenen Beschriftung, dem Befehl, dem Befehlsbezeichner, der Kategorie und Bildern.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Protected Sub New ( _
label As String, _
galleryCommand As ICommand, _
galleryCommandId As ICommandId, _
categories As IEnumerable(Of RibbonGalleryCategory), _
smallImage As ImageSource, _
largeImage As ImageSource _
)
'Usage
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
)
Parameter
label
Typ: System.StringDie Beschriftung.
galleryCommand
Typ: System.Windows.Input.ICommandDer Befehl.
galleryCommandId
Typ: Microsoft.WebMatrix.Extensibility.ICommandIdDer Befehlsbezeichner.
categories
Typ: System.Collections.Generic.IEnumerable<RibbonGalleryCategory>Die Kategorie.
smallImage
Typ: System.Windows.Media.ImageSourceDas kleine Bild.
largeImage
Typ: System.Windows.Media.ImageSourceDas große Bild.