[]
Gets properties. By default, a type does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | The context. |
object | value | The value. |
Attribute[] | attributes | The attributes. |
Type | Description |
---|---|
PropertyDescriptorCollection | Returns property descriptors. |