[]
Gets a collection of properties for the type of object specified by the value parameter.
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
| object | value | |
| Attribute[] | attributes | An object that specifies the type of object to get the properties for. |
| Type | Description |
|---|---|
| PropertyDescriptorCollection | An array of type System.Attribute that will be used as a filter. |