FieldBuilder.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 les attributs personnalisés définis pour ce champ.
Surcharges
GetCustomAttributes(Boolean) |
Retourne tous les attributs personnalisés définis pour ce champ. |
GetCustomAttributes(Type, Boolean) |
Retourne tous les attributs personnalisés définis pour ce champ et identifiés par le type donné. |
GetCustomAttributes(Boolean)
- Source:
- FieldBuilder.cs
Retourne tous les attributs personnalisés définis pour ce champ.
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
Contrôle l’héritage des attributs personnalisés à partir de classes de base.
Retours
Tableau de type Object représentant tous les attributs personnalisés du constructeur représenté par cette instance FieldBuilder.
Exceptions
Cette méthode n'est pas prise en charge.
S’applique à
GetCustomAttributes(Type, Boolean)
- Source:
- FieldBuilder.cs
Retourne tous les attributs personnalisés définis pour ce champ et identifiés par le type donné.
public:
override cli::array <System::Object ^> ^ GetCustomAttributes(Type ^ attributeType, bool inherit);
public override object[] GetCustomAttributes (Type attributeType, bool inherit);
override this.GetCustomAttributes : Type * bool -> obj[]
Public Overrides Function GetCustomAttributes (attributeType As Type, inherit As Boolean) As Object()
Paramètres
- attributeType
- Type
Type d’attribut personnalisé.
- inherit
- Boolean
Contrôle l’héritage des attributs personnalisés à partir de classes de base.
Retours
Tableau de type Object représentant tous les attributs personnalisés du constructeur représenté par cette instance FieldBuilder.
Exceptions
Cette méthode n'est pas prise en charge.