ListCollectionView.InternalList Propiedad

Definición

Obtiene la lista filtrada y ordenada 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 el que se han aplicado el filtrado y la ordenación.

Se aplica a