System::TypeInfo::GetCustomAttributes methode

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

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
ParameterTypeBeschrijving
attributeTypeconst TypeInfo&Type van het attribuut om naar te zoeken.
inheritboolOf er ook naar geërfde attributen moet worden gezocht.

Zie ook