RibbonButtonGallery.GalleryCommand 属性

适用于版本2

获取或设置库命令。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Property GalleryCommand As ICommand 
    Get 
    Private Set
用法
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)

属性值

类型:System.Windows.Input.ICommand
库命令。

请参阅

参考

RibbonButtonGallery 类

Microsoft.WebMatrix.Extensibility 命名空间