MemberDescriptor.Attributes Propriété

Définition

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.

S’applique à

Voir aussi