SiteMapDataSource.IListSource.GetList 方法

定义

有关此成员的说明,请参见 GetList()For a description of this member, see 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

返回

IList

一个 IList,其中所包含的数据源控件可用作数据列表的源。An IList of data source controls that can be used as sources of lists of data.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 SiteMapDataSource 实例被强制转换为 IListSource 接口时使用。It can be used only when the SiteMapDataSource instance is cast to an IListSource interface.

适用于

另请参阅