The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConventionBuilder::GetCustomAttributes Method (Type^, MemberInfo^)
.NET Framework (current version)
Retrieves the list of custom attributes applied to the specified member of the specified type.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
public: virtual IEnumerable<Attribute^>^ GetCustomAttributes( Type^ reflectedType, MemberInfo^ member ) override
Parameters
- reflectedType
-
Type:
System::Type^
The type.
- member
-
Type:
System.Reflection::MemberInfo^
The member to inspect.
Return Value
Type: System.Collections.Generic::IEnumerable<Attribute^>^A collection of custom attributes.
Show: