ListViewPagedDataSource.GetListName(PropertyDescriptor[]) Method

Definition

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

Parameters

listAccessors
PropertyDescriptor[]

An array of PropertyDescriptor objects that this list name is returned for.

Returns

An empty string in all cases.

Implements

Remarks

This method is inherited from the System.ComponentModel.ITypedList interface and does not apply to this class. It has been implemented so that it returns String.Empty for all cases. For more information about the GetListName method, see ITypedList.GetListName.

Applies to

See also