JSVariableField.GetCustomAttributes(Boolean) Méthode

Définition

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

Object[]

Tableau qui contient les attributs personnalisés attachés à ce champ ou, s'il n'y en a pas, tableau qui ne comprend aucun élément.

S’applique à

Voir aussi