PropertyMetadata.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.
Récupère un tableau qui contient tous les attributs.
Surcharges
| Nom | Description |
|---|---|
| GetAttributes() |
Récupère un tableau qui contient tous les attributs. |
| GetAttributes(Type) |
Reçoit un tableau de type Attribute qui contient ces attributs ayant le type égal à |
GetAttributes()
Récupère un tableau qui contient tous les attributs.
public:
cli::array <Attribute ^> ^ GetAttributes();
public Attribute[] GetAttributes();
member this.GetAttributes : unit -> Attribute[]
Public Function GetAttributes () As Attribute()
Retours
Tableau qui contient tous les attributs.
S’applique à
GetAttributes(Type)
Reçoit un tableau de type Attribute qui contient ces attributs ayant le type égal à attributeType.
public:
cli::array <Attribute ^> ^ GetAttributes(Type ^ attributeType);
public Attribute[] GetAttributes(Type attributeType);
member this.GetAttributes : Type -> Attribute[]
Public Function GetAttributes (attributeType As Type) As Attribute()
Paramètres
Retours
Tableau de type Attribute qui contient ces attributs ayant le type égal à attributeType.