CodeGenerator.OutputTypeAttributes(TypeAttributes, Boolean, Boolean) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.