ListCollectionView(IList) Konstruktor

Definice

Inicializuje novou instanci ListCollectionView třídy pomocí zadané kolekce, která implementuje IList.

public:
 ListCollectionView(System::Collections::IList ^ list);
public ListCollectionView (System.Collections.IList list);
new System.Windows.Data.ListCollectionView : System.Collections.IList -> System.Windows.Data.ListCollectionView
Public Sub New (list As IList)

Parametry

list
IList

Podkladová kolekce, která musí implementovat IList.

Platí pro