| Overload | Description |
|---|---|
| GetProperties(ITypeDescriptorContext,Object,Attribute[]) | Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type. |
| GetProperties(ITypeDescriptorContext,Object) | (Inherited from System.ComponentModel.TypeConverter) |
| GetProperties(Object) | (Inherited from System.ComponentModel.TypeConverter) |