EnumDataTypeAttribute(Type) 构造函数

定义

初始化 EnumDataTypeAttribute 类的新实例。

public:
 EnumDataTypeAttribute(Type ^ enumType);
public EnumDataTypeAttribute (Type enumType);
new System.ComponentModel.DataAnnotations.EnumDataTypeAttribute : Type -> System.ComponentModel.DataAnnotations.EnumDataTypeAttribute
Public Sub New (enumType As Type)

参数

enumType
Type

枚举的类型。

适用于