طريقة System::TypeInfo::GetCustomAttributes
TypeInfo::GetCustomAttributes() const method
يرجع مصفوفة تحتوي على كائنات تمثل جميع السمات المخصصة المطبقة على النوع.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
انظر أيضًا
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
يرجع مصفوفة تحتوي على كائنات تمثل السمات المحددة المطبقة على النوع.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| معامل | نوع | الوصف |
|---|---|---|
| attributeType | const TypeInfo& | نوع السمة المراد البحث عنها. |
| inherit | bool | ما إذا كان يجب البحث عن السمات الموروثة أيضًا. |