ListBindingHelper::GetListItemProperties Method (Object^, array<PropertyDescriptor^>^)

 

Returns the PropertyDescriptorCollection that describes the properties of an item type contained in a collection property of a data source. Uses the specified PropertyDescriptor array to indicate which properties to examine.

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

public:
static PropertyDescriptorCollection^ GetListItemProperties(
	Object^ list,
	array<PropertyDescriptor^>^ listAccessors
)

Parameters

list
Type: System::Object^

The data source to be examined for property information.

listAccessors
Type: array<System.ComponentModel::PropertyDescriptor^>^

The PropertyDescriptor array describing which properties of the data source to examine. This can be null.

Return Value

Type: System.ComponentModel::PropertyDescriptorCollection^

The PropertyDescriptorCollection describing the properties of the item type contained in a collection property of the data source.

The GetListItemProperties method is useful when the data source has properties that are a collection of items and you need to know properties of the item type in the collection, not the properties of the collection type.

.NET Framework
Available since 2.0
Return to top
Show: