DataViewPropertyDescriptor.GetChildProperties(Object, Attribute[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a PropertyDescriptorCollection for a given component, using a specified array of attributes as a filter.
public:
override System::ComponentModel::PropertyDescriptorCollection ^ GetChildProperties(System::Object ^ instance, cli::array <Attribute ^> ^ filter);
public override System.ComponentModel.PropertyDescriptorCollection GetChildProperties (object instance, Attribute[] filter);
override this.GetChildProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetChildProperties (instance As Object, filter As Attribute()) As PropertyDescriptorCollection
Parameters
- instance
- Object
A component to get the properties for.
Returns
A PropertyDescriptorCollection with the properties that match the specified attributes for the specified component.