BindingManagerBase::GetItemProperties Method (ArrayList^, ArrayList^)
.NET Framework (current version)
Gets the collection of property descriptors for the binding using the specified ArrayList.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: virtual PropertyDescriptorCollection^ GetItemProperties( ArrayList^ dataSources, ArrayList^ listAccessors )
Parameters
- dataSources
-
Type:
System.Collections::ArrayList^
An ArrayList containing the data sources.
- listAccessors
-
Type:
System.Collections::ArrayList^
An ArrayList containing the table's bound properties.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection that represents the property descriptors for the binding.
This method is used by developers creating data-bound controls.
.NET Framework
Available since 1.1
Available since 1.1
Show: