Bagikan melalui


FieldBuilder.GetCustomAttributes Metode

Definisi

Mengembalikan atribut kustom yang ditentukan untuk bidang ini.

Overload

GetCustomAttributes(Boolean)

Mengembalikan semua atribut kustom yang ditentukan untuk bidang ini.

GetCustomAttributes(Type, Boolean)

Mengembalikan semua atribut kustom yang ditentukan untuk bidang ini yang diidentifikasi oleh jenis yang diberikan.

GetCustomAttributes(Boolean)

Sumber:
FieldBuilder.cs

Mengembalikan semua atribut kustom yang ditentukan untuk bidang ini.

public:
 override cli::array <System::Object ^> ^ GetCustomAttributes(bool inherit);
public override object[] GetCustomAttributes (bool inherit);
override this.GetCustomAttributes : bool -> obj[]
Public Overrides Function GetCustomAttributes (inherit As Boolean) As Object()

Parameter

inherit
Boolean

Mengontrol pewarisan atribut kustom dari kelas dasar.

Mengembalikan

Object[]

Array jenis Object yang mewakili semua atribut kustom konstruktor yang diwakili oleh instans ini FieldBuilder .

Pengecualian

Metode ini tidak didukung.

Berlaku untuk

GetCustomAttributes(Type, Boolean)

Sumber:
FieldBuilder.cs

Mengembalikan semua atribut kustom yang ditentukan untuk bidang ini yang diidentifikasi oleh jenis yang diberikan.

public:
 override cli::array <System::Object ^> ^ GetCustomAttributes(Type ^ attributeType, bool inherit);
public override object[] GetCustomAttributes (Type attributeType, bool inherit);
override this.GetCustomAttributes : Type * bool -> obj[]
Public Overrides Function GetCustomAttributes (attributeType As Type, inherit As Boolean) As Object()

Parameter

attributeType
Type

Jenis atribut kustom.

inherit
Boolean

Mengontrol pewarisan atribut kustom dari kelas dasar.

Mengembalikan

Object[]

Array jenis Object yang mewakili semua atribut kustom konstruktor yang diwakili oleh instans ini FieldBuilder .

Pengecualian

Metode ini tidak didukung.

Berlaku untuk