System::TypeInfo::GetCustomAttributes method
TypeInfo::GetCustomAttributes() const method
Returns an array containing objects that represent all custom attributes applied to the type.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
See Also
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Returns an array containing objects that represent specific attributes applied to the type.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
Parameter | Type | Description |
---|---|---|
attributeType | const TypeInfo& | Type of the attribute to look for. |
inherit | bool | Whether to look for inherited attributes as well. |