DataViewManager.ITypedList.GetListName(PropertyDescriptor[]) 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[]

An array of PropertyDescriptor objects, for which the list name is returned. This can be null.

Returns

The name of the list.

Implements

Remarks

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

Applies to