DataTable.IListSource.GetList Metoda

Definice

Popis tohoto člena najdete v tématu 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

Návraty

Objekt IList , který může být vázán na zdroj dat z objektu.

Implementuje

Poznámky

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

Platí pro