ObservableCollectionListSource<T>.IListSource.GetList Yöntem

Tanım

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

IList

IBindingListObservableCollection ile eşitlenen.

Uygulamalar

Şunlara uygulanır