ListCollectionView(IList) Oluşturucu

Tanım

uygulayan ListCollectionViewsağlanan bir koleksiyon kullanarak sınıfının yeni bir örneğini IList başlatır.

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)

Parametreler

list
IList

uygulaması gereken IListtemel koleksiyon.

Şunlara uygulanır