Skip to content

Commit a9f8fbf

Browse files
committed
update refs
1 parent ce036bd commit a9f8fbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+850
-850
lines changed

xml/Microsoft.SqlServer.Server/SqlFunctionAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
261261
## Examples
262262
:::code language="csharp" source="~/snippets/csharp/Microsoft.SqlServer.Server/SqlFunctionAttribute/Function1.cs" id="Snippet10":::
263-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbRaddataSQLObjects/VB/Function1.vb" id="Snippet10":::
263+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/Function1.vb" id="Snippet10":::
264264
265265
]]></format>
266266
</remarks>
@@ -335,7 +335,7 @@
335335
336336
## Examples
337337
:::code language="csharp" source="~/snippets/csharp/Microsoft.SqlServer.Server/SqlFunctionAttribute/Function1.cs" id="Snippet11":::
338-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbRaddataSQLObjects/VB/Function1.vb" id="Snippet11":::
338+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/Function1.vb" id="Snippet11":::
339339
340340
]]></format>
341341
</remarks>

xml/Microsoft.SqlServer.Server/SqlProcedureAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
9797
## Examples
9898
:::code language="csharp" source="~/snippets/csharp/Microsoft.SqlServer.Server/SqlProcedureAttribute/InsertCurrency.cs" id="Snippet7":::
99-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbRaddataSQLObjects/VB/InsertCurrency.vb" id="Snippet7":::
99+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/InsertCurrency.vb" id="Snippet7":::
100100
101101
]]></format>
102102
</remarks>

xml/Microsoft.SqlServer.Server/SqlTriggerAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
7171
## Examples
7272
:::code language="csharp" source="~/snippets/csharp/Microsoft.SqlServer.Server/SqlTriggerAttribute/Trigger1.cs" id="Snippet8":::
73-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbRaddataSQLObjects/VB/Trigger1.vb" id="Snippet8":::
73+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/Trigger1.vb" id="Snippet8":::
7474
7575
]]></format>
7676
</remarks>
@@ -160,7 +160,7 @@
160160
161161
## Examples
162162
:::code language="csharp" source="~/snippets/csharp/Microsoft.SqlServer.Server/SqlTriggerAttribute/Trigger1.cs" id="Snippet9":::
163-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbRaddataSQLObjects/VB/Trigger1.vb" id="Snippet9":::
163+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/Trigger1.vb" id="Snippet9":::
164164
165165
]]></format>
166166
</remarks>

xml/Microsoft.SqlServer.Server/SqlUserDefinedAggregateAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
112112
## Examples
113113
:::code language="csharp" source="~/snippets/csharp/Microsoft.SqlServer.Server/SqlUserDefinedAggregateAttribute/Aggregate1.cs" id="Snippet6":::
114-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbRaddataSQLObjects/VB/Aggregate1.vb" id="Snippet6":::
114+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/Aggregate1.vb" id="Snippet6":::
115115
116116
]]></format>
117117
</remarks>

xml/Microsoft.SqlServer.Server/SqlUserDefinedTypeAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
8989
## Examples
9090
:::code language="csharp" source="~/snippets/csharp/Microsoft.SqlServer.Server/SqlUserDefinedTypeAttribute/Type1.cs" id="Snippet12":::
91-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbRaddataSQLObjects/VB/Type1.vb" id="Snippet12":::
91+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/Type1.vb" id="Snippet12":::
9292
9393
]]></format>
9494
</remarks>

xml/Microsoft.VisualBasic.ApplicationServices/ApplicationBase.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
## Examples
4949
This example uses the `My.Application.GetEnvironmentVariable` method to get and display the value of the PATH environment variable, if this value is available. Otherwise, it displays a message that indicates that the PATH environment variable does not exist.
5050
51-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet7":::
51+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet7":::
5252
5353
]]></format>
5454
</remarks>
@@ -161,7 +161,7 @@
161161
## Examples
162162
This example demonstrates how changing the culture changes the string representation of dates.
163163
164-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet1":::
164+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet1":::
165165
166166
]]></format>
167167
</remarks>
@@ -236,7 +236,7 @@
236236
## Examples
237237
This example uses the `My.Application.ChangeUICulture` method to set the culture that the `My.Resources` object uses for retrieving resources.
238238
239-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyResources/VB/Form1.vb" id="Snippet10":::
239+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/ChangeUICulture/Form1.vb" id="Snippet10":::
240240
241241
For this example to work, your application must have a string named `Message` in the application's resource file, and the application should have the French-culture version of that resource file, `Resources.fr-FR.resx`. For more information, see [How to: Add or Remove Resources](/previous-versions/visualstudio/visual-studio-2010/3bka19x4(v=vs.100)).
242242
@@ -312,7 +312,7 @@
312312
## Examples
313313
This example demonstrates how the culture affects the string representation of dates.
314314
315-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet1":::
315+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet1":::
316316
317317
]]></format>
318318
</remarks>
@@ -380,7 +380,7 @@
380380
## Examples
381381
This example uses the `My.Application.GetEnvironmentVariable` method to get and display the value of the PATH environment variable, if available. Otherwise, it displays a message indicating that the PATH environment variable does not exist.
382382
383-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet7":::
383+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet7":::
384384
385385
]]></format>
386386
</remarks>
@@ -430,7 +430,7 @@
430430
## Examples
431431
This example uses the `My.Application.Info.Version` property to display the version of the application.
432432
433-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet30":::
433+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet30":::
434434
435435
]]></format>
436436
</remarks>
@@ -541,7 +541,7 @@
541541
## Examples
542542
This example uses the `My.Application.CurrentCulture` property to cache the current culture before changing it by using <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase.ChangeUICulture%2A>. The `My.Application.ChangeUICulture` method sets the culture that the `My.Resources` object uses for retrieving resources.
543543
544-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyResources/VB/Form1.vb" id="Snippet10":::
544+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/ChangeUICulture/Form1.vb" id="Snippet10":::
545545
546546
For this example to work, your application must have a string named `Message` in the application's resource file, and the application should have the French-culture version of that resource file, `Resources.fr-FR.resx`. For more information, see [How to: Add or Remove Resources](/previous-versions/visualstudio/visual-studio-2010/3bka19x4(v=vs.100)).
547547

xml/Microsoft.VisualBasic.ApplicationServices/AssemblyInfo.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
## Examples
4545
This example uses the `My.Application.Info.Version` property to display the version of the application.
4646
47-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet30":::
47+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet30":::
4848
4949
]]></format>
5050
</remarks>
@@ -146,7 +146,7 @@
146146
## Examples
147147
This example uses the `My.Application.Info.AssemblyName` property to display the name of the application.
148148
149-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet20":::
149+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet20":::
150150
151151
]]></format>
152152
</remarks>
@@ -212,7 +212,7 @@
212212
## Examples
213213
This example uses the `My.Application.Info.CompanyName` property to display the company name associated with the application.
214214
215-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet21":::
215+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet21":::
216216
217217
]]></format>
218218
</remarks>
@@ -278,7 +278,7 @@
278278
## Examples
279279
This example uses the `My.Application.Info.Copyright` property to display the company name associated with the application.
280280
281-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet22":::
281+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet22":::
282282
283283
]]></format>
284284
</remarks>
@@ -344,7 +344,7 @@
344344
## Examples
345345
This example uses the `My.Application.Info.Description` property to display the description associated with the application.
346346
347-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet23":::
347+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet23":::
348348
349349
]]></format>
350350
</remarks>
@@ -408,7 +408,7 @@
408408
## Examples
409409
This example uses the `My.Application.Info.DirectoryPath` property to display the directory path where the application is stored.
410410
411-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet24":::
411+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet24":::
412412
413413
]]></format>
414414
</remarks>
@@ -471,7 +471,7 @@
471471
## Examples
472472
This example uses the `My.Application.Info.LoadedAssemblies` property to display the assemblies loaded by the application.
473473
474-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet25":::
474+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet25":::
475475
476476
This example requires that your Windows Forms application has a <xref:System.Windows.Forms.ListBox> control named `ListBox1`.
477477
@@ -541,7 +541,7 @@
541541
## Examples
542542
This example uses the `My.Application.Info.ProductName` property to display the product name associated with the application.
543543
544-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet26":::
544+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet26":::
545545
546546
]]></format>
547547
</remarks>
@@ -623,7 +623,7 @@
623623
## Examples
624624
This example uses the `My.Application.Info.StackTrace` property to display the stack trace of the application from the point at which the code executes.
625625
626-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet27":::
626+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet27":::
627627
628628
]]></format>
629629
</remarks>
@@ -690,7 +690,7 @@
690690
## Examples
691691
This example uses the `My.Application.Info.Title` property to display the title associated with the application.
692692
693-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet28":::
693+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet28":::
694694
695695
]]></format>
696696
</remarks>
@@ -756,7 +756,7 @@
756756
## Examples
757757
This example uses the `My.Application.Info.Trademark` property to display the trademark information associated with the application.
758758
759-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet29":::
759+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet29":::
760760
761761
]]></format>
762762
</remarks>
@@ -822,7 +822,7 @@
822822
## Examples
823823
This example uses the `My.Application.Info.Version` property to display the version of the application.
824824
825-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet30":::
825+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet30":::
826826
827827
]]></format>
828828
</remarks>
@@ -887,7 +887,7 @@
887887
## Examples
888888
This example uses the `My.Application.Info.WorkingSet` property to display the number of bytes of physical memory mapped to the application.
889889
890-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet31":::
890+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet31":::
891891
892892
]]></format>
893893
</remarks>

xml/Microsoft.VisualBasic.ApplicationServices/ConsoleApplicationBase.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
## Examples
4949
This example uses the `My.Application.CommandLineArgs` property to examine the application's command-line arguments. If an argument is found that starts with `/input=`, the rest of that argument is displayed.
5050
51-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet3":::
51+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet3":::
5252
5353
]]></format>
5454
</remarks>
@@ -164,7 +164,7 @@
164164
## Examples
165165
This example uses the `My.Application.CommandLineArgs` property to examine the application's command-line arguments. If an argument is found that starts with `/input=`, the rest of that argument is displayed.
166166
167-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet3":::
167+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet3":::
168168
169169
]]></format>
170170
</remarks>
@@ -222,7 +222,7 @@
222222
## Examples
223223
This example downloads and installs the update after checking that the application is network-deployed. The <xref:System.Deployment.Application.ApplicationDeployment.Update%2A> method does not update the application unless it is out of date. The application has to restart to use the update.
224224
225-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet4":::
225+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet4":::
226226
227227
Only applications that are ClickOnce deployed can be updated using the `My.Application.Deployment` object. For more information on deploying a ClickOnce application, see [How to: Publish a ClickOnce Application using the Publish Wizard](/visualstudio/deployment/how-to-publish-a-clickonce-application-using-the-publish-wizard).
228228
@@ -337,7 +337,7 @@
337337
## Examples
338338
This example downloads and installs the update after checking that the application is deployed from a network. The <xref:System.Deployment.Application.ApplicationDeployment.Update%2A> method does not update the application unless it is out of date. The application has to restart to use the update.
339339
340-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyApplication/VB/Form1.vb" id="Snippet4":::
340+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/Form1.vb" id="Snippet4":::
341341
342342
Only applications that are ClickOnce-deployed can be updated using the `My.Application.Deployment` object. For more information on deploying a ClickOnce application, see [How to: Publish a ClickOnce Application using the Publish Wizard](/visualstudio/deployment/how-to-publish-a-clickonce-application-using-the-publish-wizard).
343343

xml/Microsoft.VisualBasic.ApplicationServices/User.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
## Examples
4646
This example checks if the application is using Windows or custom authentication, and uses that information to parse the `My.User.Name` property.
4747
48-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyUser/VB/Class1.vb" id="Snippet3":::
48+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/User/Overview/Class1.vb" id="Snippet3":::
4949
5050
]]></format>
5151
</remarks>
@@ -175,7 +175,7 @@
175175
## Examples
176176
This example checks if the application is using Windows or custom authentication, and uses that information to parse `My.User.Name` property.
177177
178-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyUser/VB/Class1.vb" id="Snippet3":::
178+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/User/Overview/Class1.vb" id="Snippet3":::
179179
180180
]]></format>
181181
</remarks>
@@ -341,7 +341,7 @@
341341
## Examples
342342
This example verifies that the user has been authenticated before accessing a resource.
343343
344-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyUser/VB/Class1.vb" id="Snippet2":::
344+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/User/Overview/Class1.vb" id="Snippet2":::
345345
346346
]]></format>
347347
</remarks>
@@ -411,7 +411,7 @@
411411
## Examples
412412
This example checks if the user is an administrator before accessing a resource.
413413
414-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyUser/VB/Class1.vb" id="Snippet1":::
414+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/User/Overview/Class1.vb" id="Snippet1":::
415415
416416
]]></format>
417417
</remarks>
@@ -485,7 +485,7 @@
485485
## Examples
486486
This example checks if the user is an administrator before accessing a resource.
487487
488-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyUser/VB/Class1.vb" id="Snippet1":::
488+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/User/Overview/Class1.vb" id="Snippet1":::
489489
490490
]]></format>
491491
</remarks>
@@ -554,7 +554,7 @@
554554
## Examples
555555
This example checks if the application is using Windows or custom authentication, and uses that information to parse the `My.User.Name` property.
556556
557-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyUser/VB/Class1.vb" id="Snippet3":::
557+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/User/Overview/Class1.vb" id="Snippet3":::
558558
559559
]]></format>
560560
</remarks>

xml/Microsoft.VisualBasic.ApplicationServices/WebUser.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
## Examples
3333
This example checks if the application is using Windows or custom authentication, and uses that information to parse the `My.User.Name` property.
3434
35-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbalrMyUser/VB/Class1.vb" id="Snippet3":::
35+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/User/Overview/Class1.vb" id="Snippet3":::
3636
3737
]]></format>
3838
</remarks>

0 commit comments

Comments
 (0)