PagedDataSource.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 对象数组中包含返回的列表名称。 它可以是 null
。
返回
所有情况下均为 Empty。
实现
注解
此方法继承自 System.ComponentModel.ITypedList ,不适用于此类。 它已被实施,以返回 String.Empty 所有案例。