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.]
Récupère un attribut 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 T GetAttribute<T>( this ICustomAttributeProvider reflectionObject ) where T : Attribute |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function GetAttribute(Of T As Attribute) ( _ reflectionObject As ICustomAttributeProvider _ ) As T |
Visual C++ |
---|
public: [ExtensionAttribute] generic<typename T> where T : Attribute static T GetAttribute( ICustomAttributeProvider^ reflectionObject ) |
Paramètres
- reflectionObject
- Type: System.Reflection..::..ICustomAttributeProvider
L'objet de réflexion dont on veut récupérer un attribut
Paramètres de type
- T
- Le type de l'attribut recherché