PropertyDescriptor.GetChildProperties Method
.NET Framework 4
Returns a PropertyDescriptorCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetChildProperties() | Returns the default PropertyDescriptorCollection. |
|
GetChildProperties(Attribute[]) | Returns a PropertyDescriptorCollection using a specified array of attributes as a filter. |
|
GetChildProperties(Object) | Returns a PropertyDescriptorCollection for a given object. |
|
GetChildProperties(Object, Attribute[]) | Returns a PropertyDescriptorCollection for a given object using a specified array of attributes as a filter. |