PropertyDescriptorCollection Constructor (array<PropertyDescriptor^>^)

 

Initializes a new instance of the PropertyDescriptorCollection class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
PropertyDescriptorCollection(
	array<PropertyDescriptor^>^ properties
)

Parameters

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

An array of type PropertyDescriptor that provides the properties for this collection.

.NET Framework
Available since 1.1
Return to top
Show: