LocalizableTypeConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A type converter to show the properies of a class using localized name, description, and category
public class LocalizableTypeConverter : System.ComponentModel.TypeConverter
type LocalizableTypeConverter = class
inherit TypeConverter
Public Class LocalizableTypeConverter
Inherits TypeConverter
- Inheritance
-
LocalizableTypeConverter
Constructors
LocalizableTypeConverter() |
Methods
GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
Get a collection of PropertyDescriptors describing the properties of the input object |
GetProperties(PropertyInfo[]) |
Get a collection of PropertyDescriptors describing the properties passed in. The ResourceManager will be retrieved from the declaring type of the first property in the list of properties. |
GetPropertiesSupported(ITypeDescriptorContext) |
Whether custom property descriptions supported |
GetTypeMemberDescriptor(Type) |
Retrieves the MemberDescriptor for the type |