ConstructorInfoWrapper.GetCustomAttributes Method (Type, Boolean)

This member overrides MemberInfo.GetCustomAttributes(Type, Boolean).

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

Syntax

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

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

Parameters

Return Value

Type: array<System.Object[]

Implements

ICustomAttributeProvider.GetCustomAttributes(Type, Boolean)
_MemberInfo.GetCustomAttributes(Type, Boolean)

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

GetCustomAttributes Overload

Microsoft.VisualStudio.Shell.Design Namespace