OpenXmlElement.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.
Obtient une liste qui contient une copie de tous les attributs.
public System.Collections.Generic.IList<DocumentFormat.OpenXml.OpenXmlAttribute> GetAttributes ();
member this.GetAttributes : unit -> System.Collections.Generic.IList<DocumentFormat.OpenXml.OpenXmlAttribute>
Public Function GetAttributes () As IList(Of OpenXmlAttribute)
Retours
Liste d’attributs. Retourne une liste vide s’il n’y a pas d’attributs.
Remarques
La liste retournée est une copie non dynamique.