[]
Returns the properties for this instance of a component using the attribute array as a filter.
public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Public Function GetProperties(attributes As Attribute()) As PropertyDescriptorCollection
| 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()
Public Function GetProperties() As PropertyDescriptorCollection
| Type | Description |
|---|---|
| PropertyDescriptorCollection | A PropertyDescriptorCollection that represents the properties for this component instance. |