Aracılığıyla paylaş


CodeGenerator.OutputTypeAttributes(TypeAttributes, Boolean, Boolean) Yöntem

Tanım

Belirtilen tür öznitelikleri için kod oluşturur.

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)

Parametreler

attributes
TypeAttributes

Kod oluşturulacak tür özniteliklerini gösteren numaralandırma değerlerinden biri.

isStruct
Boolean

true tür bir yapı ise; aksi takdirde , false.

isEnum
Boolean

true tür bir sabit listesi ise; aksi takdirde , false.

Şunlara uygulanır

Ayrıca bkz.