共用方式為


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 命名空間