Add link to the list of available run-time objects (#34854)

* Add link to the list of available run-time objects

That list contains (amongst others) all links to My.Xyz such as My.Computer, My.Application, etc. Fixes #34734

* Add file name to link
This commit is contained in:
Chris 2023-04-03 17:14:15 +02:00 коммит произвёл GitHub
Родитель e34f0eb506
Коммит 02bd728b78
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@ ChangeFormColor(Me)
## My
The `My` feature provides easy and intuitive access to a number of .NET Framework classes, enabling the Visual Basic user to interact with the computer, application, settings, resources, and so on.
The `My` feature provides easy and intuitive access to a number of .NET Framework classes, enabling the Visual Basic user to interact with the computer, application, settings, resources, and so on. For a list of these classes, see the [Visual Basic Run-time Objects](../../language-reference/objects/index.md#visual-basic-run-time-objects) reference.
## MyBase