PropertyManager.GetListName(ArrayList) Method

Definition

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

protected public:
 override System::String ^ GetListName(System::Collections::ArrayList ^ listAccessors);
protected internal override string GetListName (System.Collections.ArrayList listAccessors);
protected internal override string GetListName (System.Collections.ArrayList? listAccessors);
override this.GetListName : System.Collections.ArrayList -> string
Protected Friend Overrides Function GetListName (listAccessors As ArrayList) As String

Parameters

listAccessors
ArrayList

An ArrayList containing the table's bound properties.

Returns

Always returns an empty string.

Applies to

See also