ConstructorInfoWrapper::GetCustomAttributes Method (Type^, Boolean)
Visual Studio 2015
Gets all the custom attributes applied to this member of the specified type.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: virtual array<Object^>^ GetCustomAttributes( Type^ attributeType, bool inherit ) override
Parameters
- attributeType
-
Type:
System::Type^
The type of attribute
- inherit
-
Type:
System::Boolean
true to search this member's inheritance chain to find the attributes; otherwise, false.
Show: