SiteMapDataSource.IListSource.GetList Metoda

Definice

Popis tohoto člena naleznete 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

IList

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 ho použít pouze v SiteMapDataSource případě, že je instance přetypována do IListSource rozhraní.

Platí pro

Viz také