System::Reflection::MemberInfo::GetCustomAttributes metode
isi
[
bersembunyi
]MemberInfo::GetCustomAttributes(bool) const method
Mengembalikan sebuah array yang berisi objek-objek yang mewakili semua atribut khusus yang diterapkan pada tipe yang diwakili oleh objek saat ini.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| inherit | bool | Apakah memeriksa atribut yang diwariskan juga. |
Lihat Juga
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Mengembalikan sebuah array yang berisi objek-objek yang mewakili semua atribut khusus yang diterapkan pada tipe yang diwakili oleh objek saat ini.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit=false) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| attributeType | const TypeInfo& | Jenis atribut yang dicari. |
| inherit | bool | Apakah memeriksa atribut yang diwariskan juga. |
Lihat Juga
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.Page for C++