EnumDataTypeAttribute(Type) Konstruktor

Definition

Initialisiert eine neue Instanz der EnumDataTypeAttribute-Klasse.

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

Parameter

enumType
Type

Der Typ der Enumeration.

Gilt für: