BindingSource.GetListName(PropertyDescriptor[]) Method

Definition

Gets the name of the list supplying data for the binding.

public:
 virtual System::String ^ GetListName(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors);
public virtual string GetListName (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

Parameters

listAccessors
PropertyDescriptor[]

An array of PropertyDescriptor objects to find in the list as bindable.

Returns

The name of the list supplying the data for binding.

Implements

Applies to

See also