XML in Visual Basic

Visual Basic provides integrated language support that enables it to interact with LINQ to XML.

In this section

The topics in this section introduce using LINQ to XML with Visual Basic.

Topic Description
Overview of LINQ to XML in Visual Basic Describes how Visual Basic supports LINQ to XML.
Creating XML in Visual Basic Describes how to create XML literal objects by using LINQ to XML.
Manipulating XML in Visual Basic Describes how to load and parse XML by using Visual Basic.
Accessing XML in Visual Basic Describes the XML axis properties and LINQ to XML methods for accessing XML elements and attributes.

See also