次の方法で共有


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()
public override Object[] GetCustomAttributes(
    Type attributeType,
    bool inherit
)

Parameters

Return Value

Type: array<System.Object[]

Implements

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

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

GetCustomAttributes Overload

Microsoft.VisualStudio.Shell.Design Namespace