We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8839ebd commit 431ca62Copy full SHA for 431ca62
snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateElement Example/VB/source.vb
@@ -24,15 +24,6 @@ Public Class Sample
24
Console.WriteLine("Display the modified XML...")
25
doc.Save(Console.Out)
26
27
- ' The example displays the following output:
28
- '
29
- ' Display the modified XML...
30
- ' \<?xml version="1.0" encoding="utf-8"?>
31
- ' \<book genre="novel" ISBN="1-861001-57-5">
32
- ' \<title>Pride And Prejudice\</title>
33
- ' \<price>19.95\</price>
34
- ' \</book>
35
-
36
' </Snippet1>
37
End Sub
38
End Class
0 commit comments