BindingSource::GetListName Method (array<PropertyDescriptor^>^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual String^ GetListName(
	array<PropertyDescriptor^>^ listAccessors
)

Parameters

listAccessors
Type: array<System.ComponentModel::PropertyDescriptor^>^

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

Return Value

Type: System::String^

The name of the list supplying the data for binding.

.NET Framework
Available since 2.0
Return to top
Show: