RibbonSplitButtonGallery.GalleryCommandId 属性
适用于版本2
获取或设置从库中选择项时要调用的命令 ID。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Property GalleryCommandId As ICommandId
Get
Private Set
用法
Dim instance As RibbonSplitButtonGallery
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
从库中选择项时要调用的命令 ID。