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。