EnumConverter.EnumType 属性

定义

指定与此转换器关联的枚举数的类型。Specifies the type of the enumerator this converter is associated with.

protected:
 property Type ^ EnumType { Type ^ get(); };
protected Type EnumType { get; }
member this.EnumType : Type
Protected ReadOnly Property EnumType As Type

属性值

Type

与此转换器关联的枚举数的类型。The type of the enumerator this converter is associated with.

适用于