ListViewPagedDataSource.GetListName(PropertyDescriptor[]) 方法

定义

返回列表名称。Returns the name of the list. 此方法不适用于此类。This method does not apply to this class.

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

参数

listAccessors
PropertyDescriptor[]

对其返回此列表名称的 PropertyDescriptor 对象的数组。An array of PropertyDescriptor objects that this list name is returned for.

返回

String

所有情况下均为空字符串。An empty string in all cases.

实现

注解

此方法从 System.ComponentModel.ITypedList 接口继承,不适用于此类。This method is inherited from the System.ComponentModel.ITypedList interface and does not apply to this class. 已经实现了它,以便它在 String.Empty 所有情况下均返回。It has been implemented so that it returns String.Empty for all cases. 有关 GetListName 方法的更多信息,请参见 ITypedList.GetListNameFor more information about the GetListName method, see ITypedList.GetListName.

适用于

另请参阅