ListViewPagedDataSource.GetListName(PropertyDescriptor[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回列表的名称。 此方法不适用于此类。
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 。
返回
所有情况下都是空字符串。
实现
注解
此方法继承自 System.ComponentModel.ITypedList 接口,不适用于此类。 它已实施,以便为所有情况返回 String.Empty 。 有关该方法 GetListName 的详细信息,请参阅 ITypedList.GetListName。