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.
AttributedModelProvider::GetCustomAttributes Method (Type^, ParameterInfo^)
.NET Framework (current version)
Returns the list of attributes applied to the specified parameter of the specified type.
Assembly: System.Composition.AttributedModel (in System.Composition.AttributedModel.dll)
public: virtual IEnumerable<Attribute^>^ GetCustomAttributes( Type^ reflectedType, ParameterInfo^ parameter ) abstract
Parameters
- reflectedType
-
Type:
System::Type^
The type.
- parameter
-
Type:
System.Reflection::ParameterInfo^
The parameter to inspect.
Return Value
Type: System.Collections.Generic::IEnumerable<Attribute^>^A collection of the attributes applied to the specified parameter.
Show: