ConstructorInfoWrapper.GetCustomAttributes, méthode (Type, Boolean)
Ce membre substitue MemberInfo.GetCustomAttributes(Type, Boolean).
Espace de noms : Microsoft.VisualStudio.Shell.Design
Assembly : Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)
Syntaxe
'Déclaration
Public Overrides Function GetCustomAttributes ( _
attributeType As Type, _
inherit As Boolean _
) As Object()
public override Object[] GetCustomAttributes(
Type attributeType,
bool inherit
)
Paramètres
- attributeType
Type : System.Type
- inherit
Type : System.Boolean
Valeur de retour
Type : array<System.Object[]
Implémentations
ICustomAttributeProvider.GetCustomAttributes(Type, Boolean)
_MemberInfo.GetCustomAttributes(Type, Boolean)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.