FieldBuilder.GetCustomAttributes Méthode

Définition

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

Object[]

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

Object[]

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 à