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
.NET Framework (current version)
Retrieves the list of custom attributes applied to the specified member or parameter.
Assembly: System.Composition.Convention (in System.Composition.Convention.dll)
| Name | Description | |
|---|---|---|
![]() | GetCustomAttributes(Type^, MemberInfo^) | Retrieves the list of custom attributes applied to the specified member of the specified type.(Overrides AttributedModelProvider::GetCustomAttributes(Type^, MemberInfo^).) |
![]() | GetCustomAttributes(Type^, ParameterInfo^) | Retrieves the list of custom attributes applied to the specified parameter of the specified type.(Overrides AttributedModelProvider::GetCustomAttributes(Type^, ParameterInfo^).) |
Show:
