XmlDataSource.IListSource.GetList 方法

定义

有关此成员的说明,请参见 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 的对象。

实现

注解

此成员是显式接口成员的实现。 仅当实例被强制转换为IListSource接口时XmlDataSource,才能使用它。

适用于

另请参阅