RibbonButtonGallery.GalleryCommand-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft den Befehl für den Katalog ab oder legt diesen fest.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property GalleryCommand As ICommand
Get
Private Set
'Usage
Dim instance As RibbonButtonGallery
Dim value As ICommand
value = instance.GalleryCommand
public ICommand GalleryCommand { get; private set; }
public:
property ICommand^ GalleryCommand {
ICommand^ get ();
private: void set (ICommand^ value);
}
member GalleryCommand : ICommand with get, private set
function get GalleryCommand () : ICommand
private function set GalleryCommand (value : ICommand)
Eigenschaftswert
Typ: System.Windows.Input.ICommand
Der Befehl für den Katalog.