File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
docs/visual-basic/developing-apps/development-with-my Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments