[]
For internal use. 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 System.ComponentModel.ITypeDescriptorContext that provides a format context. |
| object | value | An System.Object that specifies the type of object to get the properties for. |
| Attribute[] | attributes | An array of type System.Attribute that will be used as a filter. |
| Type | Description |
|---|---|
| PropertyDescriptorCollection |
|