ListCollectionView(IList) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ListCollectionView klasse met behulp van een opgegeven verzameling die wordt geïmplementeerd 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)

Parameters

list
IList

De onderliggende verzameling, die moet worden geïmplementeerd IList.

Van toepassing op