System::TypeInfo::GetCustomAttributes yöntemi
TypeInfo::GetCustomAttributes() const method
Tipe uygulanan tüm özel öznitelikleri temsil eden nesneleri içeren bir dizi döndürür.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
Ayrıca Bakınız
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Tipe uygulanan belirli öznitelikleri temsil eden nesneleri içeren bir dizi döndürür.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| Parametre | Tür | Açıklama |
|---|---|---|
| attributeType | const TypeInfo& | Aranacak öznitelik tipi. |
| inherit | bool | Miras alınan özniteliklerin de aranıp aranmayacağını belirler. |