Propriété RibbonGalleryCategory.Items
Les éléments suivants s'appliquent au v2.
Obtient une séquence d'éléments dans la catégorie.
Espace de noms : Microsoft.WebMatrix.Extensibility
Assembly : Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Syntaxe
'Déclaration
Public Property Items As ObservableCollection(Of Object)
Get
Private Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.ObjectModel.ObservableCollection<Object>
Séquence d'éléments dans la catégorie.