Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Détermine si un attribut est appliqué à un objet de réflexion.
Espace de nom : Developpez.Dotnet.ReflectionAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static bool HasAttribute<T>( this ICustomAttributeProvider reflectionObject, bool inherit ) where T : Attribute |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function HasAttribute(Of T As Attribute) ( _ reflectionObject As ICustomAttributeProvider, _ inherit As Boolean _ ) As Boolean |
Visual C++ |
---|
public: [ExtensionAttribute] generic<typename T> where T : Attribute static bool HasAttribute( ICustomAttributeProvider^ reflectionObject, bool inherit ) |
Paramètres
- reflectionObject
- Type: System.Reflection..::..ICustomAttributeProvider
L'objet de réflexion à vérifier
- inherit
- Type: System..::..Boolean
true pour rechercher aussi dans les ancêtres, false sinon
Paramètres de type
- T
- Le type de l'attribut à rechercher