Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The My feature makes programming faster and easier by giving you intuitive access to commonly used methods, properties, and events. This table lists the objects contained in My, and the actions that can be performed with each.
| Action | Object |
|---|---|
| Accessing application information and services. | The My.Application object consists of the following classes:ApplicationBase provides members that are available in all projects. WindowsFormsApplicationBase provides members available in Windows Forms applications. ConsoleApplicationBase provides members available in console applications. |
| Accessing the host computer and its resources, services, and data. | My.Computer (Computer) |
| Accessing the forms in the current project. | My.Forms Object |
| Accessing the application log. | My.Application.Log (Log) |
| Accessing the current web request. | My.Request Object |
| Accessing resource elements. | My.Resources Object |
| Accessing the current web response. | My.Response Object |
| Accessing user and application level settings. | My.Settings Object |
| Accessing the current user's security context. | My.User (User) |
| Accessing XML Web services referenced by the current project. | My.WebServices Object |
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.