Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 1.9 KB

File metadata and controls

36 lines (33 loc) · 1.9 KB
title XML Literals (Visual Basic)
ms.date 07/20/2015
ms.prod .net
ms.reviewer
ms.suite
ms.technology
devlang-visual-basic
ms.topic article
helpviewer_keywords
declaring XML literals [Visual Basic]
Visual Basic, XML literals
Visual Basic code, XML
XML literals [Visual Basic]
XML literals [Visual Basic], reference
literals [Visual Basic], XML
ms.assetid 16b28c40-8768-423f-bd9c-22ff10de2b54
caps.latest.revision 16
author dotnet-bot
ms.author dotnetcontent

XML Literals (Visual Basic)

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.

In This Section

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.

See Also

XML