System::TypeInfo::GetCustomAttributes methode
inhoud
[
verbergen
]TypeInfo::GetCustomAttributes() const method
Retourneert een array met objecten die alle aangepaste attributen die op het type zijn toegepast vertegenwoordigen.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const
Zie ook
- Typedef ArrayPtr
- Class SmartPtr
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Retourneert een array met objecten die specifieke attributen die op het type zijn toegepast vertegenwoordigen.
ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
| Parameter | Type | Beschrijving |
|---|---|---|
| attributeType | const TypeInfo& | Type van het attribuut om naar te zoeken. |
| inherit | bool | Of er ook naar geërfde attributen moet worden gezocht. |