EntityCollection<TEntity>.IListSource.GetList Metoda

Definice

Vrátí kolekci jako použitou IList pro datovou vazbu.

 virtual System::Collections::IList ^ System.ComponentModel.IListSource.GetList() = System::ComponentModel::IListSource::GetList;
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

Návraty

Objekty IList entit.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v EntityCollection<TEntity> případě, že je instance přetypovaná na IListSource rozhraní.

Tato metoda umožňuje datovou vazbu na objekt EntityCollection<TEntity>. Je volána ovládacím prvku vázaném na kolekci. Další informace najdete v tématu Vazby objektů s ovládacími prvky.

Platí pro