[]
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
object | value | An object that specifies the type of object to get the properties for. |
Attribute[] | attributes | An array of type Attribute that will be used as a filter. |
Type | Description |
---|---|
PropertyDescriptorCollection | A PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties. |