GetCustomAttributes Method (Type, Boolean)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public override Object[] GetCustomAttributes(
	Type attributeType,
	bool inherit
)

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)

ExceptionCondition
ArgumentException

attributeType is null.

TypeLoadException

A custom attribute type cannot be loaded.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft