@@ -53,7 +53,7 @@ The following code example demonstrates how to retrieve the subkeys of the `HKEY
53
53
54
54
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Registry.Users Example/CPP/source.cpp" id="Snippet1":::
55
55
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/Registry/Overview/source.cs" id="Snippet1":::
56
- :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Registry.Users Example/VB /source.vb" id="Snippet1":::
56
+ :::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/ Registry/Overview /source.vb" id="Snippet1":::
57
57
58
58
The following code example stores values of several data types in an example key, creating the key as it does so, and then retrieves and displays the values. The example demonstrates storing and retrieving the default (nameless) name/value pair, and the use of `defaultValue` when a name/value pair does not exist.
59
59
@@ -110,7 +110,7 @@ The following code example stores values of several data types in an example key
110
110
111
111
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Registry.ClassesRoot Example/CPP/source.cpp" id="Snippet1":::
112
112
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/Registry/ClassesRoot/source.cs" id="Snippet1":::
113
- :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Registry.ClassesRoot Example/VB /source.vb" id="Snippet1":::
113
+ :::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/ Registry/ClassesRoot /source.vb" id="Snippet1":::
114
114
115
115
]]> </format >
116
116
</remarks >
@@ -163,7 +163,7 @@ The following code example stores values of several data types in an example key
163
163
164
164
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Registry.CurrentConfig Example/CPP/source.cpp" id="Snippet1":::
165
165
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/Registry/CurrentConfig/source.cs" id="Snippet1":::
166
- :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Registry.CurrentConfig Example/VB /source.vb" id="Snippet1":::
166
+ :::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/ Registry/CurrentConfig /source.vb" id="Snippet1":::
167
167
168
168
]]> </format >
169
169
</remarks >
@@ -214,7 +214,7 @@ The following code example stores values of several data types in an example key
214
214
215
215
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Registry.CurrentUser Example/CPP/source.cpp" id="Snippet1":::
216
216
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/Registry/CurrentUser/source.cs" id="Snippet1":::
217
- :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Registry.CurrentUser Example/VB /source.vb" id="Snippet1":::
217
+ :::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/ Registry/CurrentUser /source.vb" id="Snippet1":::
218
218
219
219
]]> </format >
220
220
</remarks >
@@ -405,7 +405,7 @@ The following code example stores values of several data types in an example key
405
405
406
406
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Registry.LocalMachine Example/CPP/source.cpp" id="Snippet1":::
407
407
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/Registry/LocalMachine/source.cs" id="Snippet1":::
408
- :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Registry.LocalMachine Example/VB /source.vb" id="Snippet1":::
408
+ :::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/ Registry/LocalMachine /source.vb" id="Snippet1":::
409
409
410
410
]]> </format >
411
411
</remarks >
@@ -465,7 +465,7 @@ The following code example stores values of several data types in an example key
465
465
466
466
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Registry.PerformanceData Example/CPP/source.cpp" id="Snippet1":::
467
467
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/Registry/PerformanceData/source.cs" id="Snippet1":::
468
- :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Registry.PerformanceData Example/VB /source.vb" id="Snippet1":::
468
+ :::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/ Registry/PerformanceData /source.vb" id="Snippet1":::
469
469
470
470
]]> </format >
471
471
</remarks >
@@ -740,7 +740,7 @@ The following code example stores values of several data types in an example key
740
740
741
741
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Registry.Users Example/CPP/source.cpp" id="Snippet1":::
742
742
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/Registry/Overview/source.cs" id="Snippet1":::
743
- :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Registry.Users Example/VB /source.vb" id="Snippet1":::
743
+ :::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/ Registry/Overview /source.vb" id="Snippet1":::
744
744
745
745
]]> </format >
746
746
</remarks >
0 commit comments