LocalizedEnumConverter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示本地化的枚举器转换器。
public ref class LocalizedEnumConverter abstract : System::ComponentModel::EnumConverter
public abstract class LocalizedEnumConverter : System.ComponentModel.EnumConverter
type LocalizedEnumConverter = class
inherit EnumConverter
Public MustInherit Class LocalizedEnumConverter
Inherits EnumConverter
- 继承
-
LocalizedEnumConverter
构造函数
LocalizedEnumConverter(Type, Object[]) |
初始化 LocalizedEnumConverter 类的新实例。 |
方法
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
从对象转换本地化的枚举器。 |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
将本地化的枚举器转换为对象。 |
GetStandardValues(ITypeDescriptorContext) |
返回标准值。 |