Table<TEntity>.IListSource.GetList Metoda

Definicja

Zwraca element IList , który może być powiązany ze źródłem danych z obiektu, który nie implementuje IList samego siebie.

 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.

Implementuje

Uwagi

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

Dotyczy