Method | Description | |
---|---|---|
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection |
Gets the properties.
|
|
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool |
Gets whether the GetProperties method is supported.
|
public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection | ||
context | ITypeDescriptorContext | Context. |
value | object | Value. |
attributes | Attribute | Attributes. |
return | PropertyDescriptorCollection |
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | Context. |
return | bool |