[]
Returns the properties for this instance of a component using the attribute array as a filter.
public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Type | Name | Description |
---|---|---|
Attribute[] | attributes | An array of type Attribute that is used as a filter. |
Type | Description |
---|---|
PropertyDescriptorCollection | A PropertyDescriptorCollection that represents the filtered properties for this component instance. |
Returns the properties for this instance of a component.
public PropertyDescriptorCollection GetProperties()
Type | Description |
---|---|
PropertyDescriptorCollection | A PropertyDescriptorCollection that represents the properties for this component instance. |