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
GetAttributes() |
Récupère un tableau qui contient tous les attributs. |
GetAttributes(Type) |
Reçoit un tableau de type Attribute qui contient les attributs dont le type est é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
Un tableau qui contient tous les attributs.
S’applique à
GetAttributes(Type)
Reçoit un tableau de type Attribute qui contient les attributs dont le type est é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
Un tableau de type Attribute qui contient les attributs dont le type est égal à attributeType
.