DataViewManager.ITypedList.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);
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 对象的数组。 它可以是 null

返回

列表名称。

实现

注解

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

适用于