BindingManagerBase::GetListName Method (ArrayList^)

 

When overridden in a derived class, gets the name of the list supplying the data for the binding.

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

public protected:
virtual String^ GetListName(
	ArrayList^ listAccessors
) abstract

Parameters

listAccessors
Type: System.Collections::ArrayList^

An ArrayList containing the table's bound properties.

Return Value

Type: System::String^

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

.NET Framework
Available since 1.1
Return to top
Show: