net472_PropertyGridHelpers.TypeDescriptors_LocalizedTypeDescriptor_GetProperties - dparvin/PropertyGridHelpers GitHub Wiki
Gets the properties of the referenced class.
public override PropertyDescriptorCollection GetProperties()
a PropertyDescriptorCollection with the properties of the object.
- class LocalizedTypeDescriptor
- namespace PropertyGridHelpers.TypeDescriptors
- assembly PropertyGridHelpers
Gets the properties.
public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)
parameter | description |
---|---|
attributes | The array of attributes used to find the properties that use one or more of them. |
a PropertyDescriptorCollection with the properties of the object.
- class LocalizedTypeDescriptor
- namespace PropertyGridHelpers.TypeDescriptors
- assembly PropertyGridHelpers