DataView.ITypedList.GetListName(PropertyDescriptor[]) 方法

定义

有关此成员的说明,请参见 GetListName(PropertyDescriptor[])

 virtual System::String ^ System.ComponentModel.ITypedList.GetListName(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors) = System::ComponentModel::ITypedList::GetListName;
string? ITypedList.GetListName (System.ComponentModel.PropertyDescriptor?[]? listAccessors);
string ITypedList.GetListName (System.ComponentModel.PropertyDescriptor[] listAccessors);
abstract member System.ComponentModel.ITypedList.GetListName : System.ComponentModel.PropertyDescriptor[] -> string
override this.System.ComponentModel.ITypedList.GetListName : System.ComponentModel.PropertyDescriptor[] -> string
Function GetListName (listAccessors As PropertyDescriptor()) As String Implements ITypedList.GetListName

参数

listAccessors
PropertyDescriptor[]

一个 PropertyDescriptor 对象数组。

返回

有关此成员的说明,请参见 GetListName(PropertyDescriptor[])

实现

注解

此成员是显式接口成员的实现。 它只能在 DataView 实例被强制转换为 ITypedList 接口时使用。

适用于