Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.
In This Section
| Topic | Description |
|---|---|
| XML Element Literal | Describes the syntax for literals that represent XElement objects. |
| XML Document Literal | Describes the syntax for literals that represent XDocument objects. |
| XML CDATA Literal | Describes the syntax for literals that represent XCData objects. |
| XML Comment Literal | Describes the syntax for literals that represent XComment objects. |
| XML Processing Instruction Literal | Describes the syntax for literals that represent XProcessingInstruction objects. |
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.