Compartilhar via


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

Definição

Gera código para os atributos de tipo especificados.

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)

Parâmetros

attributes
TypeAttributes

Um dos valores de enumeração que indica os atributos de tipo para os quais gerar código.

isStruct
Boolean

true se o tipo é um struct; caso contrário, false.

isEnum
Boolean

true se o tipo é um enum; caso contrário, false.

Aplica-se a

Confira também