ConstructorInfoWrapper::GetCustomAttributes Method (Boolean)

 

Gets all the custom attributes applied to this member.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual array<Object^>^ GetCustomAttributes(
	bool inherit
) override

Parameters

inherit
Type: System::Boolean

true to search this member's inheritance chain to find the attributes; otherwise, false.

Return Value

Type: array<System::Object^>^

Returns Object.

Return to top
Show: