This topic has not yet been rated - Rate this topic

XML Axis Properties (Visual Basic)

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.

Topic

Description

XML Attribute Axis Property (Visual Basic)

Describes how to access the attributes of an XElement object.

XML Child Axis Property (Visual Basic)

Describes how to access the children of an XElement object.

XML Descendant Axis Property (Visual Basic)

Describes how to access the descendants of an XElement object.

Extension Indexer Property (Visual Basic)

Describes how to access individual elements in a collection of XElement or XAttribute objects.

XML Value Property (Visual Basic)

Describes how to access the value of the first element of a collection of XElement or XAttribute objects.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.