Method GetPropertiesSupported
GetPropertiesSupported(ITypeDescriptorContext)
Gets a value indicating whether this object supports properties.
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
context
ITypeDescriptorContextAn ITypeDescriptorContext that provides a format context.
Returns
- bool
false because GetProperties(ITypeDescriptorContext, object, Attribute[]) should not be called to find the properties of this object. This method never returns true.