System.Windows.Forms.ListBindingHelper.GetListItemProperties Method

Returns the System.ComponentModel.PropertyDescriptorCollection that describes the properties of an item type contained in a specified data source, or properties of the specified data source.

Syntax

public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties (object list)

Parameters

list
The data source to examine for property information.

Returns

The System.ComponentModel.PropertyDescriptorCollection containing the properties of the items contained in list, or properties of list.

Remarks

The ListBindingHelper.GetListItemProperties(object) method is used to examine the collection of properties for a data source. The action of this method depends on the actual type of the list parameter according to the following table:

A type that is a list or collection of items.

Returns a System.ComponentModel.PropertyDescriptorCollection describing the properties of the item type contained in the list.

A type that is not a list or collection.

Returns a System.ComponentModel.PropertyDescriptorCollection describing the properties of the type.

null

Returns an empty System.ComponentModel.PropertyDescriptorCollection.

Requirements

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