Skip to content

Commit e2b5ddc

Browse files
author
Adit Sheth
committed
Resolved bug 40061.
1 parent 2ce6cc6 commit e2b5ddc

File tree

1 file changed

+17
-0
lines changed
  • docs/visual-basic/developing-apps/development-with-my

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ Visual Basic provides new features for rapid application development that improv
2121

2222
![Diagram shows the object model for My.](./media/index/my-object-model-relationships.gif)
2323

24+
## Supported My Services in .NET 5+
25+
26+
Starting with .NET 5, not all `My` services are supported. The following `My` objects and services are available:
27+
28+
- **Supported in .NET 5+:**
29+
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase> (`My.Application`)
30+
- <xref:Microsoft.VisualBasic.Devices.Computer> (`My.Computer`)
31+
- <xref:Microsoft.VisualBasic.ApplicationServices.User> (`My.User`)
32+
- <xref:Microsoft.VisualBasic.MyServices.Internal.MySettings> (`My.Settings`)
33+
- <xref:Microsoft.VisualBasic.MyServices.Internal.MyResources> (`My.Resources`)
34+
35+
- **Not supported in .NET 5+:**
36+
- [My.Forms Object](../../language-reference/objects/my-forms-object.md)
37+
- [My.WebServices Object](../../language-reference/objects/my-webservices-object.md)
38+
39+
For more details on project type dependencies, see [How My Depends on Project Type](how-my-depends-on-project-type.md).
40+
2441
## In This Section
2542

2643
[Performing Tasks with My.Application, My.Computer, and My.User](performing-tasks-with-my-application-my-computer-and-my-user.md)

0 commit comments

Comments
 (0)