Compartir a través de


RibbonGalleryCategory.Items Propiedad

Lo siguiente se aplica a v2.

Obtiene una secuencia de elementos de la categoría.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Public Property Items As ObservableCollection(Of Object)
    Get 
    Private Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ObservableCollection<Object>
Una secuencia de elementos de la categoría.

Vea también

Referencia

RibbonGalleryCategory Clase

Espacio de nombres Microsoft.WebMatrix.Extensibility