ConstructorInfoWrapper.GetCustomAttributes, méthode (Boolean)
Ce membre substitue MemberInfo.GetCustomAttributes(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 ( _
inherit As Boolean _
) As Object()
public override Object[] GetCustomAttributes(
bool inherit
)
Paramètres
- inherit
Type : System.Boolean
Valeur de retour
Type : array<System.Object[]
Implémentations
ICustomAttributeProvider.GetCustomAttributes(Boolean)
_MemberInfo.GetCustomAttributes(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.