DataViewPropertyDescriptor.GetChildProperties Method

Returns a PropertyDescriptorCollection containing property attributes.

Overload List

  Name Description
Public method GetChildProperties() Returns the default PropertyDescriptorCollection. (Inherited from PropertyDescriptor.)
Public method GetChildProperties([]) 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, []) Returns a PropertyDescriptorCollection for a given component, using a specified array of attributes as a filter. (Overrides PropertyDescriptor.GetChildProperties(Object, []).)

Top

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace