Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
The topics in this section document the syntax of XML axis properties in Visual Basic. The XML axis properties make it easy to access XML directly in your code.
In This Section
| Topic | Description |
|---|---|
| XML Attribute Axis Property | Describes how to access the attributes of an XElement object. |
| XML Child Axis Property | Describes how to access the children of an XElement object. |
| XML Descendant Axis Property | Describes how to access the descendants of an XElement object. |
| Extension Indexer Property | Describes how to access individual elements in a collection of XElement or XAttribute objects. |
| XML Value Property | Describes how to access the value of the first element of a collection of XElement or XAttribute objects. |
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.