JSFieldInfo.GetCustomAttributes Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau qui contient les attributs personnalisés attachés à ce champ.
Surcharges
GetCustomAttributes(Boolean) |
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code. Retourne un tableau qui contient les attributs personnalisés attachés à ce champ. |
GetCustomAttributes(Type, Boolean) |
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code. Retourne un tableau qui contient les attributs personnalisés attachés à ce champ, en recherchant uniquement les attributs du type spécifié. |
GetCustomAttributes(Boolean)
Retourne un tableau qui contient les attributs personnalisés attachés à ce champ.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
override cli::array <System::Object ^> ^ GetCustomAttributes(bool inherit);
public override object[] GetCustomAttributes (bool inherit);
override this.GetCustomAttributes : bool -> obj[]
Public Overrides Function GetCustomAttributes (inherit As Boolean) As Object()
Paramètres
- inherit
- Boolean
true
pour rechercher les attributs dans la hiérarchie d'héritage de ce membre.
Retours
Tableau d'objets FieldInfo qui ne comprend aucun élément.
Voir aussi
S’applique à
GetCustomAttributes(Type, Boolean)
Retourne un tableau qui contient les attributs personnalisés attachés à ce champ, en recherchant uniquement les attributs du type spécifié.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
override cli::array <System::Object ^> ^ GetCustomAttributes(Type ^ t, bool inherit);
public override object[] GetCustomAttributes (Type t, bool inherit);
override this.GetCustomAttributes : Type * bool -> obj[]
Public Overrides Function GetCustomAttributes (t As Type, inherit As Boolean) As Object()
Paramètres
- t
- Type
Type d’attribut à rechercher.
- inherit
- Boolean
true
pour rechercher les attributs dans la hiérarchie d'héritage de ce membre.
Retours
Tableau d'objets FieldInfo qui ne comprend aucun élément.