OpenXmlElement.GetAttributes Méthode

Définition

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.

S’applique à