다음을 통해 공유


RibbonGalleryCategory.Items 속성

버전 2에 적용

범주의 항목 시퀀스를 가져옵니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Public Property Items As ObservableCollection(Of Object)
    Get 
    Private Set
‘사용 방법
Dim instance As RibbonGalleryCategory 
Dim value As ObservableCollection(Of Object)

value = instance.Items
public ObservableCollection<Object> Items { get; private set; }
public:
property ObservableCollection<Object^>^ Items {
    ObservableCollection<Object^>^ get ();
    private: void set (ObservableCollection<Object^>^ value);
}
member Items : ObservableCollection<Object> with get, private set
function get Items () : ObservableCollection<Object>
private function set Items (value : ObservableCollection<Object>)

속성 값

유형: System.Collections.ObjectModel.ObservableCollection<Object>
범주의 항목 시퀀스입니다.

참고 항목

참조

RibbonGalleryCategory 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스