CustomTypeDescriptor.GetAttributes 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 une collection d'attributs personnalisés pour le type représenté par ce descripteur de type.
public:
virtual System::ComponentModel::AttributeCollection ^ GetAttributes();
public virtual System.ComponentModel.AttributeCollection GetAttributes ();
abstract member GetAttributes : unit -> System.ComponentModel.AttributeCollection
override this.GetAttributes : unit -> System.ComponentModel.AttributeCollection
Public Overridable Function GetAttributes () As AttributeCollection
Retours
AttributeCollection qui contient les attributs pour le type. La valeur par défaut est Empty.
Implémente
Remarques
Si un descripteur de type personnalisé parent a été passé au CustomTypeDescriptor constructeur, la GetAttributes méthode appelle la méthode correspondante du parent.