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.
![]()
The System.ComponentModel.PropertyDescriptorCollection containing the properties of the items contained in list, or properties of list.
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. |