다음을 통해 공유


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 네임스페이스