ReadOnlyLinkedElementCollection<T>.ITypedList.GetListName 方法

定义

返回列表名称。

 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[]

未使用此参数。 使用 null 作为参数值。

返回

String

列表的类型名称。

实现

注解

此方法仅在 desig 框架和过时的数据网格控件中使用。

适用于