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