[]
Returns a collection of property descriptors for the object represented by this type descriptor.
public override PropertyDescriptorCollection GetProperties()
Public Overrides Function GetProperties() As PropertyDescriptorCollection
Type | Description |
---|---|
PropertyDescriptorCollection | A collection of property descriptors. |
Returns a collection of property descriptors for the object represented by this type descriptor.
public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Public Overrides Function GetProperties(attributes As Attribute()) As PropertyDescriptorCollection
Type | Name | Description |
---|---|---|
Attribute[] | attributes | An array of attributes to use as a filter. This can be null. |
Type | Description |
---|---|
PropertyDescriptorCollection | A collection of property descriptors. |