CustomTypeDescriptor::GetProperties Method ()
.NET Framework (current version)
Returns a collection of property descriptors for the object represented by this type descriptor.
Assembly: System (in System.dll)
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection containing the property descriptions for the object represented by this type descriptor. The default is Empty.
Implements
ICustomTypeDescriptor::GetProperties()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
Available since 2.0
Show: