RibbonButtonGallery.GalleryCommandId 属性

适用于版本2

获取或设置库的命令标识符。

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

语法

声明
Public Property GalleryCommandId As ICommandId 
    Get 
    Private Set
用法
Dim instance As RibbonButtonGallery 
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)

属性值

类型:Microsoft.WebMatrix.Extensibility.ICommandId
库的命令标识符。

请参阅

参考

RibbonButtonGallery 类

Microsoft.WebMatrix.Extensibility 命名空间