Metodo ConstructorInfoWrapper.GetCustomAttributes (Type, Boolean)

Questo membro esegue l'override di MemberInfo.GetCustomAttributes(Type, Boolean).

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetCustomAttributes ( _
    attributeType As Type, _
    inherit As Boolean _
) As Object()
public override Object[] GetCustomAttributes(
    Type attributeType,
    bool inherit
)

Parametri

Valore restituito

Tipo: array<System.Object[]

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ConstructorInfoWrapper Classe

Overload GetCustomAttributes

Spazio dei nomi Microsoft.VisualStudio.Shell.Design