Compartir a través de


CollectionViewGroup.ProtectedItems Propiedad

Definición

Obtiene los elementos inmediatos incluidos en este grupo.

protected:
 property System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ ProtectedItems { System::Collections::ObjectModel::ObservableCollection<System::Object ^> ^ get(); };
protected System.Collections.ObjectModel.ObservableCollection<object> ProtectedItems { get; }
member this.ProtectedItems : System.Collections.ObjectModel.ObservableCollection<obj>
Protected ReadOnly Property ProtectedItems As ObservableCollection(Of Object)

Valor de propiedad

ObservableCollection<Object>

Colección de elementos inmediatos de este grupo. Se trata de una colección de subgrupos o una colección de elementos si este grupo no tiene subgrupos.

Comentarios

Las subclases usan esta propiedad para agregar o quitar elementos; los cambios se reflejan en la Items propiedad .

Se aplica a