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
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
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
| Parameter | Tipe | Deskripsi |
|---|---|---|
| attributeType | const TypeInfo& | Tipe atribut yang dicari. |
| inherit | bool | Apakah juga mencari atribut yang diwariskan. |