Bagikan melalui


_Assembly.IsDefined(Type, Boolean) Metode

Definisi

Menyediakan objek COM dengan akses independen versi ke IsDefined(Type, Boolean) metode .

public:
 bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parameter

attributeType
Type

Type Dari atribut kustom yang akan diperiksa untuk perakitan ini.

inherit
Boolean

Argumen ini diabaikan untuk objek tipe ini.

Mengembalikan

true jika atribut kustom yang diidentifikasi oleh yang ditentukan Type ditentukan; jika tidak, false.

Keterangan

Metode ini untuk akses ke kelas terkelola dari kode yang tidak dikelola, dan tidak boleh dipanggil dari kode terkelola.

Metode menunjukkan IsDefined apakah atribut kustom yang diidentifikasi oleh yang ditentukan Type ditentukan.

Berlaku untuk

Lihat juga