System.Windows.Forms.BindingManagerBase.GetItemProperties Method

Gets the list of properties of the items managed by this System.Windows.Forms.BindingManagerBase.

Syntax

protected virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties (Type listType, int offset, ArrayList dataSources, ArrayList listAccessors)

Parameters

listType
The Type of the bound list.
offset
A counter used to recursively call the method.
dataSources
An ArrayList containing the data sources.
listAccessors
An ArrayList containing the table's bound properties.

Returns

A System.ComponentModel.PropertyDescriptorCollection that represents the property descriptors for the binding.

Remarks

This overload is used by developers to create data-bound controls.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0