TypeDelegator.GetCustomAttributes Method (Type, Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an array of custom attributes identified by type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- attributeType
- Type: System.Type
An array of custom attributes identified by type.
- inherit
- Type: System.Boolean
Specifies whether to search this type's inheritance chain to find the attributes.
Return Value
Type: System.Object []An array of objects containing the custom attributes defined in this type that match the attributeType parameter, specifying whether to search the type's inheritance chain, or null if no custom attributes are defined on this type.
Implements
ICustomAttributeProvider.GetCustomAttributes(Type, Boolean)| Exception | Condition |
|---|---|
| ArgumentException | attributeType is null. |
| TypeLoadException | A custom attribute type cannot be loaded. |
Show: