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

TypeDelegator.GetCustomAttributes Method (Boolean)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns all the custom attributes defined for this type, specifying whether to search the type's inheritance chain.

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

public override Object[] GetCustomAttributes(
	bool inherit
)

Parameters

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 all the custom attributes defined for this type.

Implements

ICustomAttributeProvider.GetCustomAttributes(Boolean)

ExceptionCondition
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