Partager via


CodeGenerator.OutputTypeAttributes(TypeAttributes, Boolean, Boolean) Méthode

Définition

Génère du code pour les attributs de type spécifiés.

protected:
 virtual void OutputTypeAttributes(System::Reflection::TypeAttributes attributes, bool isStruct, bool isEnum);
protected virtual void OutputTypeAttributes (System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum);
abstract member OutputTypeAttributes : System.Reflection.TypeAttributes * bool * bool -> unit
override this.OutputTypeAttributes : System.Reflection.TypeAttributes * bool * bool -> unit
Protected Overridable Sub OutputTypeAttributes (attributes As TypeAttributes, isStruct As Boolean, isEnum As Boolean)

Paramètres

attributes
TypeAttributes

Une des valeurs d'énumération qui indique les attributs de type pour lesquels générer le code.

isStruct
Boolean

true si le type est un struct ; sinon, false.

isEnum
Boolean

true si le type est un enum ; sinon, false.

S’applique à

Voir aussi