DependencyPropertyDescriptor.GetChildProperties Method
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. (Inherited from PropertyDescriptor.) |
|
GetChildProperties(Attribute[]) | Returns a PropertyDescriptorCollection using a specified array of attributes as a filter. (Inherited from PropertyDescriptor.) |
|
GetChildProperties(Object) | Returns a PropertyDescriptorCollection for a given object. (Inherited from PropertyDescriptor.) |
|
GetChildProperties(Object, Attribute[]) | Returns a PropertyDescriptorCollection. (Overrides PropertyDescriptor.GetChildProperties(Object, Attribute[]).) |