BindingSource.GetListName(PropertyDescriptor[]) Yöntem

Tanım

Bağlama için veri sağlayan listenin adını alır.

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

Parametreler

listAccessors
PropertyDescriptor[]

Listede bağlanabilir olarak bulunabilen bir nesne dizisi PropertyDescriptor .

Döndürülenler

String

Bağlama için verileri sağlayan listenin adı.

Uygulamalar

Şunlara uygulanır

Ayrıca bkz.