Type.GetEnumUnderlyingType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le type sous-jacent du type énumération actuel.
public:
virtual Type ^ GetEnumUnderlyingType();
public virtual Type GetEnumUnderlyingType ();
abstract member GetEnumUnderlyingType : unit -> Type
override this.GetEnumUnderlyingType : unit -> Type
Public Overridable Function GetEnumUnderlyingType () As Type
Retours
Type sous-jacent de l'énumération actuelle.
Exceptions
Le type actuel n’est pas une énumération.
- ou -
Le type d’énumération n’est pas valide, car il contient plusieurs champs d’instance.
Remarques
Par défaut, le type sous-jacent d’une énumération en C# et Visual Basic est Int32 . D’autres types entiers peuvent être spécifiés.