System::TypeInfo::GetCustomAttribute method

TypeInfo::GetCustomAttribute method

Searches for the custom attribute applied having the specified type and applied to the type reprsented by the current object.

ObjectPtr System::TypeInfo::GetCustomAttribute(const TypeInfo &attributeType) const
ParameterTypeDescription
attributeTypeconst TypeInfo&The constant reference to the TypeInfo object representing the type of the attribute to search

ReturnValue

A pointer to an object representing the found attribute, or null-pointer if no attribute was foud matching the search criteria

See Also