Table<TEntity>.IListSource.GetList 方法

定义

从不实现 IList 本身的对象返回可以绑定到数据源的 IList

 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

实现

注解

此成员是显式接口成员的实现。 它只能在 Table<TEntity> 实例被强制转换为 IListSource 接口时使用。

适用于