Sdílet prostřednictvím


SiteMapDataSource.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

Ovládací IList prvky zdroje dat, které lze použít jako zdroje seznamů dat.

Implementuje

Poznámky

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

Platí pro

Viz také