ReadOnlyLinkedElementCollection<T>.ITypedList.GetListName Method

Definition

Returns the name of the list.

 virtual System::String ^ System.ComponentModel.ITypedList.GetListName(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors) = System::ComponentModel::ITypedList::GetListName;
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[]

This argument is not used. Use null as the parameter value.

Returns

The type name of the list.

Implements

Remarks

This method is only used in the desig-time framework and by the obsolete Data Grid control.

Applies to