EntityCollection<TEntity>.IListSource.GetList Méthode
Définition
virtual System::Collections::IList ^ System.ComponentModel.IListSource.GetList() = System::ComponentModel::IListSource::GetList;
System.Collections.IList IListSource.GetList ();
Function GetList () As IList Implements IListSource.GetList
Retours
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de EntityCollection<TEntity> est castée en interface IListSource.It can be used only when the EntityCollection<TEntity> instance is cast to an IListSource interface.
Cette méthode autorise la liaison de données à un objet EntityCollection<TEntity>.This method enables data binding to an EntityCollection<TEntity>. Elle est appelée par le contrôle lié à la collection.It is called by the control bound to the collection. Pour plus d’informations, consultez liaison d’objets à des contrôles.For more information, see Binding Objects to Controls.