Skip to content

Commit e448ac2

Browse files
committed
update refs
1 parent c4d5017 commit e448ac2

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

xml/System.Xml/XmlAttribute.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
The following example displays information on the attribute node, including its base URI.
282282
283283
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/BaseURI/source.cs" id="Snippet1":::
284-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.BaseURI Example/VB/source.vb" id="Snippet1":::
284+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/BaseURI/source.vb" id="Snippet1":::
285285
286286
The sample uses the file, `baseuri.xml`, as input.
287287
@@ -354,7 +354,7 @@
354354
The following example uses `CloneNode` to add an attribute to two different element nodes.
355355
356356
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/CloneNode/source.cs" id="Snippet1":::
357-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.CloneNode Example/VB/source.vb" id="Snippet1":::
357+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/CloneNode/source.vb" id="Snippet1":::
358358
359359
The example uses the file, `2elems.xml`, as input.
360360
@@ -703,7 +703,7 @@
703703
The following example displays information on each of the nodes in the attribute collection.
704704
705705
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/LocalName/source.cs" id="Snippet1":::
706-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.NamespaceURI Example/VB/source.vb" id="Snippet1":::
706+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/LocalName/source.vb" id="Snippet1":::
707707
708708
]]></format>
709709
</remarks>
@@ -759,7 +759,7 @@
759759
The following example displays information on each of the nodes in the attribute collection.
760760
761761
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/Name/source.cs" id="Snippet1":::
762-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.Name Example/VB/source.vb" id="Snippet1":::
762+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/Name/source.vb" id="Snippet1":::
763763
764764
]]></format>
765765
</remarks>
@@ -821,7 +821,7 @@
821821
The following example displays information on each of the nodes in the attribute collection.
822822
823823
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/LocalName/source.cs" id="Snippet1":::
824-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.NamespaceURI Example/VB/source.vb" id="Snippet1":::
824+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/LocalName/source.vb" id="Snippet1":::
825825
826826
]]></format>
827827
</remarks>
@@ -924,7 +924,7 @@
924924
The following example creates an attribute and displays its `OwnerDocument`.
925925
926926
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/OwnerDocument/source.cs" id="Snippet1":::
927-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.OwnerDocument Example/VB/source.vb" id="Snippet1":::
927+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/OwnerDocument/source.vb" id="Snippet1":::
928928
929929
]]></format>
930930
</remarks>
@@ -987,7 +987,7 @@
987987
The following example creates an attribute and displays the `OwnerElement` of the attribute.
988988
989989
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/OwnerElement/source.cs" id="Snippet1":::
990-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.OwnerElement Example/VB/source.vb" id="Snippet1":::
990+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/OwnerElement/source.vb" id="Snippet1":::
991991
992992
]]></format>
993993
</remarks>
@@ -1108,7 +1108,7 @@
11081108
The following example displays information on each of the nodes in the attribute collection.
11091109
11101110
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/LocalName/source.cs" id="Snippet1":::
1111-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.NamespaceURI Example/VB/source.vb" id="Snippet1":::
1111+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/LocalName/source.vb" id="Snippet1":::
11121112
11131113
]]></format>
11141114
</remarks>
@@ -1496,7 +1496,7 @@
14961496
The following example displays information on each of the nodes in the attribute collection.
14971497
14981498
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttribute/LocalName/source.cs" id="Snippet1":::
1499-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttribute.NamespaceURI Example/VB/source.vb" id="Snippet1":::
1499+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttribute/LocalName/source.vb" id="Snippet1":::
15001500
15011501
]]></format>
15021502
</remarks>

xml/System.Xml/XmlAttributeCollection.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
The following example adds a new attribute to a document.
156156
157157
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/Append/source.cs" id="Snippet1":::
158-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.Append Example/VB/source.vb" id="Snippet1":::
158+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/Append/source.vb" id="Snippet1":::
159159
160160
]]></format>
161161
</remarks>
@@ -223,7 +223,7 @@
223223
The following example uses `CopyTo` to copy all the attributes in the collection into an array.
224224
225225
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/CopyTo/source.cs" id="Snippet1":::
226-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.CopyTo Example/VB/source.vb" id="Snippet1":::
226+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/CopyTo/source.vb" id="Snippet1":::
227227
228228
]]></format>
229229
</remarks>
@@ -305,7 +305,7 @@
305305
The following example adds a new attribute to a document.
306306
307307
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/InsertAfter/source.cs" id="Snippet1":::
308-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.InsertAfter Example/VB/source.vb" id="Snippet1":::
308+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/InsertAfter/source.vb" id="Snippet1":::
309309
310310
]]></format>
311311
</remarks>
@@ -388,7 +388,7 @@
388388
The following example adds a new attribute to a document.
389389
390390
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/InsertBefore/source.cs" id="Snippet1":::
391-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.InsertBefore Example/VB/source.vb" id="Snippet1":::
391+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/InsertBefore/source.vb" id="Snippet1":::
392392
393393
]]></format>
394394
</remarks>
@@ -466,7 +466,7 @@
466466
The following example displays all the attributes in the collection.
467467
468468
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/ItemOf/source1.cs" id="Snippet1":::
469-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.this Example/VB/source.vb" id="Snippet1":::
469+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/ItemOf/source1.vb" id="Snippet1":::
470470
471471
]]></format>
472472
</remarks>
@@ -543,7 +543,7 @@
543543
The following example removes an attribute from the document.
544544
545545
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/ItemOf/source.cs" id="Snippet1":::
546-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.Remove Example/VB/source.vb" id="Snippet1":::
546+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/ItemOf/source.vb" id="Snippet1":::
547547
548548
]]></format>
549549
</remarks>
@@ -691,7 +691,7 @@
691691
The following example adds a new attribute to a document.
692692
693693
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/Prepend/source.cs" id="Snippet1":::
694-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.Prepend Example/VB/source.vb" id="Snippet1":::
694+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/Prepend/source.vb" id="Snippet1":::
695695
696696
]]></format>
697697
</remarks>
@@ -762,7 +762,7 @@
762762
The following example removes an attribute from the document.
763763
764764
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/ItemOf/source.cs" id="Snippet1":::
765-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.Remove Example/VB/source.vb" id="Snippet1":::
765+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/ItemOf/source.vb" id="Snippet1":::
766766
767767
]]></format>
768768
</remarks>
@@ -828,7 +828,7 @@
828828
The following example removes all attributes from the document.
829829
830830
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAll/source.cs" id="Snippet1":::
831-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.RemoveAll Example/VB/source.vb" id="Snippet1":::
831+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/RemoveAll/source.vb" id="Snippet1":::
832832
833833
]]></format>
834834
</remarks>
@@ -899,7 +899,7 @@
899899
The following example removes an attribute from the document.
900900
901901
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/RemoveAt/source.cs" id="Snippet1":::
902-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.RemoveAt Example/VB/source.vb" id="Snippet1":::
902+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/RemoveAt/source.vb" id="Snippet1":::
903903
904904
]]></format>
905905
</remarks>
@@ -960,7 +960,7 @@
960960
The following example adds a new attribute to a document.
961961
962962
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlAttributeCollection/SetNamedItem/source.cs" id="Snippet1":::
963-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlAttributeCollection.SetNamedItem Example/VB/source.vb" id="Snippet1":::
963+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlAttributeCollection/SetNamedItem/source.vb" id="Snippet1":::
964964
965965
]]></format>
966966
</remarks>

xml/System.Xml/XmlConvert.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@
22342234
The following example, converts data types to string and then writes the information out to the console.
22352235
22362236
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlConvert/ToString/source.cs" id="Snippet1":::
2237-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlConvert.ToString Example/VB/source.vb" id="Snippet1":::
2237+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlConvert/ToString/source.vb" id="Snippet1":::
22382238
22392239
]]></format>
22402240
</remarks>
@@ -2342,7 +2342,7 @@
23422342
The following example, converts data types to string and then writes the information out to the console.
23432343
23442344
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlConvert/ToString/source.cs" id="Snippet1":::
2345-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlConvert.ToString Example/VB/source.vb" id="Snippet1":::
2345+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlConvert/ToString/source.vb" id="Snippet1":::
23462346
23472347
]]></format>
23482348
</remarks>
@@ -2822,7 +2822,7 @@
28222822
The following example, converts data types to string and then writes the information out to the console.
28232823
28242824
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlConvert/ToString/source.cs" id="Snippet1":::
2825-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlConvert.ToString Example/VB/source.vb" id="Snippet1":::
2825+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlConvert/ToString/source.vb" id="Snippet1":::
28262826
28272827
]]></format>
28282828
</remarks>

xml/System.Xml/XmlDeclaration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
The following example creates an `XmlDeclaration` node and adds it to an XML document.
297297
298298
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlDeclaration/Encoding/source.cs" id="Snippet1":::
299-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDeclaration.Encoding Example/VB/source.vb" id="Snippet1":::
299+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlDeclaration/Encoding/source.vb" id="Snippet1":::
300300
301301
]]></format>
302302
</remarks>
@@ -543,7 +543,7 @@
543543
The following example creates an `XmlDeclaration` node and adds it to an XML document.
544544
545545
:::code language="csharp" source="~/snippets/csharp/System.Xml/XmlDeclaration/Standalone/source.cs" id="Snippet1":::
546-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDeclaration.Standalone Example/VB/source.vb" id="Snippet1":::
546+
:::code language="vb" source="~/snippets/visualbasic/System.Xml/XmlDeclaration/Standalone/source.vb" id="Snippet1":::
547547
548548
]]></format>
549549
</remarks>

xml/System.Xml/XmlDocument.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ The example uses the `bookDTD.xml` file as input.
351351
The following example shows the difference between a deep and shallow clone.
352352
353353
[!code-csharp[Classic WebData XmlDocument.CloneNode Example#1](~/snippets/csharp/System.Xml/XmlDocument/CloneNode/source.cs#1)]
354-
[!code-vb[Classic WebData XmlDocument.CloneNode Example#1](~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CloneNode Example/VB/source.vb#1)]
354+
[!code-vb[Classic WebData XmlDocument.CloneNode Example#1](~/snippets/visualbasic/System.Xml/XmlDocument/CloneNode/source.vb#1)]
355355
356356
]]></format>
357357
</remarks>
@@ -424,7 +424,7 @@ The following example shows the difference between a deep and shallow clone.
424424
The following creates an attribute and adds it to an XML document.
425425
426426
[!code-csharp[Classic WebData XmlDocument.CreateAttribute Example#1](~/snippets/csharp/System.Xml/XmlDocument/CreateAttribute/source.cs#1)]
427-
[!code-vb[Classic WebData XmlDocument.CreateAttribute Example#1](~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateAttribute Example/VB/source.vb#1)]
427+
[!code-vb[Classic WebData XmlDocument.CreateAttribute Example#1](~/snippets/visualbasic/System.Xml/XmlDocument/CreateAttribute/source.vb#1)]
428428
429429
]]></format>
430430
</remarks>
@@ -649,7 +649,7 @@ The following creates an attribute and adds it to an XML document.
649649
The following example creates a CDATA node and adds it to the document.
650650
651651
[!code-csharp[Classic WebData XmlDocument.CreateCDataSection Example#1](~/snippets/csharp/System.Xml/XmlDocument/CreateCDataSection/source.cs#1)]
652-
[!code-vb[Classic WebData XmlDocument.CreateCDataSection Example#1](~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateCDataSection Example/VB/source.vb#1)]
652+
[!code-vb[Classic WebData XmlDocument.CreateCDataSection Example#1](~/snippets/visualbasic/System.Xml/XmlDocument/CreateCDataSection/source.vb#1)]
653653
654654
]]></format>
655655
</remarks>
@@ -723,7 +723,7 @@ The following example creates a CDATA node and adds it to the document.
723723
The following example creates a comment and adds it to an XML document.
724724
725725
[!code-csharp[Classic WebData XmlDocument.CreateComment Example#1](~/snippets/csharp/System.Xml/XmlDocument/CreateComment/source.cs#1)]
726-
[!code-vb[Classic WebData XmlDocument.CreateComment Example#1](~/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateComment Example/VB/source.vb#1)]
726+
[!code-vb[Classic WebData XmlDocument.CreateComment Example#1](~/snippets/visualbasic/System.Xml/XmlDocument/CreateComment/source.vb#1)]
727727
728728
]]></format>
729729
</remarks>

0 commit comments

Comments
 (0)