ConstructorInfoWrapper::IsDefined Method (Type^, Boolean)
Visual Studio 2015
Determines whether one or more attributes of the specified type or of its derived types is applied to this member.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- attributeType
-
Type:
System::Type^
The type of custom attribute to search for. The search includes derived types.
- inherit
-
Type:
System::Boolean
true to search this member's inheritance chain to find the attributes; otherwise, false.
Show: