Compartilhar via


Literais XML (Visual Basic)

The topics in this section document the syntax of XML literals in Visual Basic. The XML literal syntax enables you to incorporate XML directly in your code.

Nesta seção

Topic

Description

Literal de elemento XML (Visual Basic)

Describes the syntax for literals that represent XElement objects.

Literal de documento XML (Visual Basic)

Describes the syntax for literals that represent XDocument objects.

literal CDATA XML (Visual Basic)

Describes the syntax for literals that represent XCData objects.

Literal de comentário XML (Visual Basic)

Describes the syntax for literals that represent XComment objects.

Literal XML de instrução de processamento (Visual Basic)

Describes the syntax for literals that represent XProcessingInstruction objects.

Consulte também

Outros recursos

XML no Visual Basic