CollectionView(IEnumerable) Konstruktor

Definition

Initierar en ny instans av CollectionView klassen som representerar en vy över den angivna samlingen.

public:
 CollectionView(System::Collections::IEnumerable ^ collection);
public CollectionView(System.Collections.IEnumerable collection);
new System.Windows.Data.CollectionView : System.Collections.IEnumerable -> System.Windows.Data.CollectionView
Public Sub New (collection As IEnumerable)

Parametrar

collection
IEnumerable

Den underliggande samlingen.

Kommentarer

Instansen av CollectionView är bunden till användargränssnittstrådsutskickaren (UI) för anroparen för den här konstruktorn.

Gäller för