Skip to content

Commit 158ef86

Browse files
nxtnmairaw
authored andcommitted
Clean up See also sections (#11617)
1 parent 327273d commit 158ef86

File tree

1,040 files changed

+1041
-25
lines changed

Some content is hidden

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

1,040 files changed

+1041
-25
lines changed

docs/visual-basic/developing-apps/creating-and-using-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ A *component* is a class that implements the <xref:System.ComponentModel.ICompon
5757
Explains how to fix common problems.
5858

5959
## See also
60-
- [How to: Access Design-Time Support in Windows Forms](../../framework/winforms/controls/developing-windows-forms-controls-at-design-time.md)
6160

61+
- [How to: Access Design-Time Support in Windows Forms](../../framework/winforms/controls/developing-windows-forms-controls-at-design-time.md)

docs/visual-basic/developing-apps/customizing-extending-my/customizing-which-objects-are-available-in-my.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ This topic describes how you can control which `My` objects are enabled by setti
6464
|`_MYTYPE`|Enables `My.Log`, `My.Request`, and `My.Response`, if the constant is "Web".|
6565

6666
## See also
67+
6768
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase>
6869
- <xref:Microsoft.VisualBasic.Devices.Computer>
6970
- <xref:Microsoft.VisualBasic.Logging.Log>

docs/visual-basic/developing-apps/customizing-extending-my/extending-the-my-namespace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The `My` namespace in Visual Basic exposes properties and methods that enable yo
9595
For details about how to deploy `My` namespace extensions, see [Packaging and Deploying Custom My Extensions](../../../visual-basic/developing-apps/customizing-extending-my/packaging-and-deploying-custom-my-extensions.md).
9696

9797
## See also
98+
9899
- [Packaging and Deploying Custom My Extensions](../../../visual-basic/developing-apps/customizing-extending-my/packaging-and-deploying-custom-my-extensions.md)
99100
- [Extending the Visual Basic Application Model](../../../visual-basic/developing-apps/customizing-extending-my/extending-the-visual-basic-application-model.md)
100101
- [Customizing Which Objects are Available in My](../../../visual-basic/developing-apps/customizing-extending-my/customizing-which-objects-are-available-in-my.md)

docs/visual-basic/developing-apps/customizing-extending-my/extending-the-visual-basic-application-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ You can add functionality to the application model by overriding the `Overridabl
8585
|<xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.ShutdownStyle%2A>|What causes the application to terminate, such as when the startup form closes or when the last form closes.|**Shutdown mode** list|
8686

8787
## See also
88+
8889
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase>
8990
- <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Startup>
9091
- <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.StartupNextInstance>

docs/visual-basic/developing-apps/customizing-extending-my/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ You can customize project templates to provide additional `My` objects. This mak
4040
Describes the `My` object that provides properties, methods, and events related to the current application.
4141

4242
## See also
43+
4344
- [Developing Applications with Visual Basic](../../../visual-basic/developing-apps/index.md)

docs/visual-basic/developing-apps/development-with-my/default-object-instances-provided-by-my-forms-and-my-webservices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The [My.Forms](../../../visual-basic/language-reference/objects/my-forms-object.
2121
The `My.Forms` object returns a collection of default instances for every `Form` class that exists in your project. Similarly, `My.WebServices` provides a default instance of the proxy class for every Web service that you have created a reference to in your application.
2222

2323
## See also
24+
2425
- [My.Forms Object](../../../visual-basic/language-reference/objects/my-forms-object.md)
2526
- [My.WebServices Object](../../../visual-basic/language-reference/objects/my-webservices-object.md)
2627
- [How My Depends on Project Type](../../../visual-basic/developing-apps/development-with-my/how-my-depends-on-project-type.md)

docs/visual-basic/developing-apps/development-with-my/how-my-depends-on-project-type.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ ms.assetid: c188b38e-bd9d-4121-9983-41ea6a94d28e
5050
<sup>7</sup> Web version of `My.User`. This object is associated with the user identity of the application's current HTTP request.
5151

5252
## See also
53+
5354
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase>
5455
- <xref:Microsoft.VisualBasic.Devices.Computer>
5556
- <xref:Microsoft.VisualBasic.Logging.Log>

docs/visual-basic/developing-apps/development-with-my/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Visual Basic provides new features for rapid application development that improv
3636
Gives details on which `My` features are available in different project types.
3737

3838
## See also
39+
3940
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase>
4041
- <xref:Microsoft.VisualBasic.Devices.Computer>
4142
- <xref:Microsoft.VisualBasic.ApplicationServices.User>

docs/visual-basic/developing-apps/development-with-my/overview-of-the-visual-basic-application-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Visual Basic provides a well-defined model for controlling the behavior of Windo
4949
By default, the Visual Basic Application model is available for Windows Forms projects. If you configure the application to use a different startup object, or start the application code with a custom `Sub Main`, then that object or class may need to provide an implementation of the <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase> class to use the application model. For information about changing the startup object, see [Application Page, Project Designer (Visual Basic)](/visualstudio/ide/reference/application-page-project-designer-visual-basic).
5050

5151
## See also
52+
5253
- <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase>
5354
- <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Startup>
5455
- <xref:Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.StartupNextInstance>

docs/visual-basic/developing-apps/development-with-my/performing-tasks-with-my-application-my-computer-and-my-user.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The three central `My` objects that provide access to information and commonly u
3131
[!code-vb[VbVbcnMy#3](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnMy/VB/Class1.vb#3)]
3232

3333
## See also
34+
3435
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase>
3536
- <xref:Microsoft.VisualBasic.Devices.Computer>
3637
- <xref:Microsoft.VisualBasic.ApplicationServices.User>

0 commit comments

Comments
 (0)