RibbonGalleryCategory.Items Property
Applies to v2.
Gets a sequence of items in the category.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Items As ObservableCollection(Of Object)
Get
Private Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<Object>
A sequence of items in the category.