| title | XML Literals (Visual Basic) | ||||||
|---|---|---|---|---|---|---|---|
| ms.date | 07/20/2015 | ||||||
| ms.prod | .net | ||||||
| ms.reviewer | |||||||
| ms.suite | |||||||
| ms.technology |
|
||||||
| ms.topic | article | ||||||
| helpviewer_keywords |
|
||||||
| ms.assetid | 16b28c40-8768-423f-bd9c-22ff10de2b54 | ||||||
| caps.latest.revision | 16 | ||||||
| author | dotnet-bot | ||||||
| ms.author | dotnetcontent |
The topics in this section document the syntax of XML literals in [!INCLUDEvbprvb]. The XML literal syntax enables you to incorporate XML directly in your code.
| Topic | Description |
|---|---|
| XML Element Literal | Describes the syntax for literals that represent xref:System.Xml.Linq.XElement objects. |
| XML Document Literal | Describes the syntax for literals that represent xref:System.Xml.Linq.XDocument objects. |
| XML CDATA Literal | Describes the syntax for literals that represent xref:System.Xml.Linq.XCData objects. |
| XML Comment Literal | Describes the syntax for literals that represent xref:System.Xml.Linq.XComment objects. |
| XML Processing Instruction Literal | Describes the syntax for literals that represent xref:System.Xml.Linq.XProcessingInstruction objects. |