ConstructorInfoWrapper.GetCustomAttributes Method (Boolean)

This member overrides MemberInfo.GetCustomAttributes(Boolean).

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

Syntax

‘선언
Public Overrides Function GetCustomAttributes ( _
    inherit As Boolean _
) As Object()
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim inherit As Boolean
Dim returnValue As Object()

returnValue = instance.GetCustomAttributes(inherit)
public override Object[] GetCustomAttributes(
    bool inherit
)
public:
virtual array<Object^>^ GetCustomAttributes(
    bool inherit
) override
abstract GetCustomAttributes : 
        inherit:bool -> Object[] 
override GetCustomAttributes : 
        inherit:bool -> Object[] 
public override function GetCustomAttributes(
    inherit : boolean
) : Object[]

Parameters

Return Value

Type: array<System.Object[]

Implements

ICustomAttributeProvider.GetCustomAttributes(Boolean)
_MemberInfo.GetCustomAttributes(Boolean)

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

GetCustomAttributes Overload

Microsoft.VisualStudio.Shell.Design Namespace