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