DataViewManager.ITypedList.GetListName(PropertyDescriptor[]) Yöntem

Tanım

Listenin adını döndürür.

 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

Parametreler

listAccessors
PropertyDescriptor[]

Liste adının döndürüldiği bir nesne dizisi PropertyDescriptor . Bu olabilir null.

Döndürülenler

Listenin adı.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ITypedList arabirime DataViewManager yayınlandığında kullanılabilir.

Şunlara uygulanır