Propriétés dynamiques de la classe XElementXElement Class Dynamic Properties
Cette section décrit les propriétés dynamiques de la classe System.Xml.Linq.XElement.This section describes the dynamic properties of the System.Xml.Linq.XElement class.
Dans cette sectionIn This Section
RubriqueTopic | DescriptionDescription |
---|---|
AttributAttribute | Obtient un indexeur utilisé pour récupérer l’attribut qui correspond à un nom développé spécifié.Gets an indexer used to retrieve the attribute that corresponds to a specified expanded name. |
ÉlémentElement | Obtient un indexeur utilisé pour récupérer l’élément enfant qui correspond à un nom développé spécifié.Gets an indexer used to retrieve the child element that corresponds to a specified expanded name. |
ÉlementsElements | Obtient un indexeur utilisé pour récupérer les éléments enfants de l’élément actif qui correspondent à un nom développé spécifié.Gets an indexer used to retrieve the child elements of the current element that match a specified expanded name. |
DescendantsDescendants | Obtient un indexeur utilisé pour récupérer tous les éléments descendants de l’élément actif qui correspondent à un nom développé spécifié.Gets an indexer used to retrieve all the descendant elements of the current element that match a specified expanded name. |
ValeurValue | Obtient ou définit le contenu d'un élément.Gets or sets the content of an element. |
XmlXml | Obtient la représentation XML sans mise en forme d'un élément.Gets the unformatted XML representation of an element. |
Voir aussiSee Also
System.Xml.Linq.XElementSystem.Xml.Linq.XElement
Propriétés dynamiques LINQ to XML LINQ to XML Dynamic Properties
Propriétés dynamiques de la classe XAttributeXAttribute Class Dynamic Properties