CustomTypeDescriptor::GetProperties Method ()

 

Returns a collection of property descriptors for the object represented by this type descriptor.

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

public:
virtual PropertyDescriptorCollection^ GetProperties()

Return Value

Type: System.ComponentModel::PropertyDescriptorCollection^

A PropertyDescriptorCollection containing the property descriptions for the object represented by this type descriptor. The default is Empty.

If a parent custom type descriptor was passed into the CustomTypeDescriptor constructor, the GetProperties method will call the parent's corresponding method.

.NET Framework
Available since 2.0
Return to top
Show: