EntitySet<TEntity>.IListSource.GetList Método
Definição
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
Retornos
Um IList que pode ser associado a uma fonte de dados de objeto.An IList that can be bound to a data source from the object.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de EntitySet<TEntity> é convertida em uma interface de System.ComponentModel.IListSource.It can be used only when the EntitySet<TEntity> instance is cast to an System.ComponentModel.IListSource interface.