Share via


DataViewPropertyDescriptor.GetChildProperties Method

Include Protected Members
Include Inherited Members

Returns a PropertyDescriptorCollection containing property attributes.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

GetChildProperties()

Returns the default PropertyDescriptorCollection. (Inherited from PropertyDescriptor.)

Public method

GetChildProperties(array<Attribute[])

Returns a PropertyDescriptorCollection using a specified array of attributes as a filter. (Inherited from PropertyDescriptor.)

Public method

GetChildProperties(Object)

Returns a PropertyDescriptorCollection for a given object. (Inherited from PropertyDescriptor.)

Public method

GetChildProperties(Object, array<Attribute[])

Returns a PropertyDescriptorCollection for a given component, using a specified array of attributes as a filter. (Overrides PropertyDescriptor.GetChildProperties(Object, array<Attribute[]).)

Top

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace