RibbonButtonGallery.Categories 属性

适用于版本2

获取或设置一组功能区库类别。

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

语法

声明
Public Property Categories As IEnumerable(Of RibbonGalleryCategory)
    Get 
    Private Set
用法
Dim instance As RibbonButtonGallery 
Dim value As IEnumerable(Of RibbonGalleryCategory)

value = instance.Categories
public IEnumerable<RibbonGalleryCategory> Categories { get; private set; }
public:
property IEnumerable<RibbonGalleryCategory^>^ Categories {
    IEnumerable<RibbonGalleryCategory^>^ get ();
    private: void set (IEnumerable<RibbonGalleryCategory^>^ value);
}
member Categories : IEnumerable<RibbonGalleryCategory> with get, private set
function get Categories () : IEnumerable<RibbonGalleryCategory>
private function set Categories (value : IEnumerable<RibbonGalleryCategory>)

属性值

类型:System.Collections.Generic.IEnumerable<RibbonGalleryCategory>
一组功能区库类别。

请参阅

参考

RibbonButtonGallery 类

Microsoft.WebMatrix.Extensibility 命名空间