DataView.ITypedList.GetListName(PropertyDescriptor[]) Method

Definition

For a description of this member, see GetListName(PropertyDescriptor[]).

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

Parameters

listAccessors
PropertyDescriptor[]

An array of PropertyDescriptor objects.

Returns

For a description of this member, see GetListName(PropertyDescriptor[]).

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataView instance is cast to an ITypedList interface.

Applies to