EntitySet<TEntity>.IListSource.GetList Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz GetList().

 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

Zwraca

Element IList , który może być powiązany ze źródłem danych z obiektu.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy EntitySet<TEntity> wystąpienie jest rzutowanie do interfejsu System.ComponentModel.IListSource .

Dotyczy