DataViewManager.ITypedList.GetListName(PropertyDescriptor[]) Metoda

Definicja

Zwraca nazwę listy.

 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

Parametry

listAccessors
PropertyDescriptor[]

Tablica PropertyDescriptor obiektów, dla których jest zwracana nazwa listy. Może to być null.

Zwraca

Nazwa listy.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy DataViewManager wystąpienie jest rzutowe do interfejsu ITypedList .

Dotyczy