Windows apps
Collapse the table of content
Expand the table of content
Information
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.

CustomAttributeExtensions::IsDefined Method

.NET Framework (current version)
 

Indicates whether custom attributes are applied to an element.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsDefined(Assembly^, Type^)

Indicates whether custom attributes of a specified type are applied to a specified assembly.

System_CAPS_pubmethodSystem_CAPS_staticIsDefined(MemberInfo^, Type^)

Indicates whether custom attributes of a specified type are applied to a specified member.

System_CAPS_pubmethodSystem_CAPS_staticIsDefined(MemberInfo^, Type^, Boolean)

Indicates whether custom attributes of a specified type are applied to a specified member, and, optionally, applied to its ancestors.

System_CAPS_pubmethodSystem_CAPS_staticIsDefined(Module^, Type^)

Indicates whether custom attributes of a specified type are applied to a specified module.

System_CAPS_pubmethodSystem_CAPS_staticIsDefined(ParameterInfo^, Type^)

Indicates whether custom attributes of a specified type are applied to a specified parameter.

System_CAPS_pubmethodSystem_CAPS_staticIsDefined(ParameterInfo^, Type^, Boolean)

Indicates whether custom attributes of a specified type are applied to a specified parameter, and, optionally, applied to its ancestors.

Return to top
Show:
© 2017 Microsoft