MemberDescriptor.Attributes Propriété
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.
Obtient la collection des attributs de ce membre.
public:
virtual property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public virtual System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public Overridable ReadOnly Property Attributes As AttributeCollection
Valeur de propriété
AttributeCollection qui fournit les attributs pour ce membre ou une collection vide si AttributeArray ne contient pas d'attribut.
Remarques
S’il n’y a pas AttributeCollection pour ce membre, cette propriété appelle la CreateAttributeCollection méthode pour en créer un à AttributeCollection l’aide du tableau d’objets Attribute passé au constructeur.