ListViewPagedDataSource.GetListName(PropertyDescriptor[]) Yöntem

Tanım

Listenin adını döndürür. Bu yöntem bu sınıf için geçerli değildir.

public:
 virtual System::String ^ GetListName(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors);
public string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors);
abstract member GetListName : System.ComponentModel.PropertyDescriptor[] -> string
override this.GetListName : System.ComponentModel.PropertyDescriptor[] -> string
Public Function GetListName (listAccessors As PropertyDescriptor()) As String

Parametreler

listAccessors
PropertyDescriptor[]

Bu liste adının döndürülürken nesne dizisi PropertyDescriptor .

Döndürülenler

Her durumda boş bir dize.

Uygulamalar

Açıklamalar

Bu yöntem arabirimden devralınır System.ComponentModel.ITypedList ve bu sınıf için geçerli değildir. Tüm durumlarda döndürülmesi String.Empty için uygulanmıştır. yöntemi hakkında GetListName daha fazla bilgi için bkz ITypedList.GetListName. .

Şunlara uygulanır

Ayrıca bkz.