DataView.ITypedList.GetListName(PropertyDescriptor[]) Metoda

Definice

Popis tohoto člena najdete v tématu 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

Parametry

listAccessors
PropertyDescriptor[]

Pole PropertyDescriptor objektů.

Návraty

Popis tohoto člena najdete v tématu GetListName(PropertyDescriptor[]).

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že DataView je instance přetypovaná na ITypedList rozhraní.

Platí pro