ObservableCollectionListSource<T>.IListSource.GetList Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu IBindingList ile eşitlenen bir uygulama ObservableCollection<T> döndürür. Döndürülen liste bu nesnede önbelleğe alınmış ve bu yöntem her çağrıldında aynı liste döndürüldü.
System.Collections.IList IListSource.GetList ();
abstract member System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
override this.System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
Function GetList () As IList Implements IListSource.GetList
Döndürülenler
IBindingListObservableCollection ile eşitlenen.