ListBindingHelper.GetListItemProperties Method (Object)
Returns the PropertyDescriptorCollection that describes the properties of an item type contained in a specified data source, or properties of the specified data source.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- list
- Type: System.Object
The data source to examine for property information.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollectionThe PropertyDescriptorCollection containing the properties of the items contained in list, or properties of list.
The GetListItemProperties 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:
Parameter type | Action |
|---|---|
A type that is a list or collection of items. | Returns a PropertyDescriptorCollection describing the properties of the item type contained in the list. |
A type that is not a list or collection. | Returns a PropertyDescriptorCollection describing the properties of the type. |
null | Returns an empty PropertyDescriptorCollection. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.