ListCollectionView.InternalList Propiedad

Definición

Obtiene la lista ordenada y filtrada de elementos.

protected:
 property System::Collections::IList ^ InternalList { System::Collections::IList ^ get(); };
protected System.Collections.IList InternalList { get; }
member this.InternalList : System.Collections.IList
Protected ReadOnly Property InternalList As IList

Valor de propiedad

IList

en IList el que se han aplicado el filtrado y la ordenación.

Se aplica a