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:
Родитель
e34f0eb506
Коммит
02bd728b78
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче