CustomAttributeExtensions.IsDefined Method (ParameterInfo, Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether custom attributes of a specified type are applied to a specified parameter.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- element
- Type: System.Reflection.ParameterInfo
The parameter to inspect.
- attributeType
- Type: System.Type
The type of attribute to search for.
Return Value
Type: System.Booleantrue if an attribute of the specified type is applied to element; otherwise, false.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ParameterInfo. When you use instance method syntax to call this method, omit the first parameter.
Show: