Metode System::TypeInfo::GetCustomAttributes

TypeInfo::GetCustomAttributes() const method

Mengembalikan array yang berisi objek yang mewakili semua atribut khusus yang diterapkan pada tipe.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const

Lihat Juga

TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method

Mengembalikan array yang berisi objek yang mewakili atribut spesifik yang diterapkan pada tipe.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
ParameterTipeDeskripsi
attributeTypeconst TypeInfo&Tipe atribut yang dicari.
inheritboolApakah juga mencari atribut yang diwariskan.

Lihat Juga