Aracılığıyla paylaş


ListCollectionView(IList) Oluşturucu

Tanım

uygulayan IListsağlanan bir koleksiyon kullanarak sınıfının yeni bir örneğini ListCollectionView 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