BindingSource::GetItemProperties Method (array<PropertyDescriptor^>^)
.NET Framework (current version)
Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual PropertyDescriptorCollection^ GetItemProperties( array<PropertyDescriptor^>^ listAccessors )
Parameters
- listAccessors
-
Type:
array<System.ComponentModel::PropertyDescriptor^>^
An array of PropertyDescriptor objects to find in the list as bindable.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^An array of PropertyDescriptor objects that represents the properties on this list type used to bind data.
.NET Framework
Available since 2.0
Available since 2.0
Show: