适用于版本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>
类别中的一系列项。