ConventionBuilder::GetCustomAttributes Method (Type^, MemberInfo^)

.NET Framework (current version)
 

Retrieves the list of custom attributes applied to the specified member of the specified type.

Namespace:   System.Composition.Convention
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.

Return to top
Show: