Partilhar via


referência My (Visual Basic)

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.

Ação

Objeto

Accessing application information and services.

O My.Application objeto consiste das seguintes classes:

ApplicationBasefornece a membros que estão disponíveis em todos os projetos.

WindowsFormsApplicationBasefornece a membros disponíveis em aplicativos Windows Forms.

ConsoleApplicationBasefornece a membros disponíveis em aplicativos de console.

Accessing the host computer and its resources, services, and data.

My.Computer (Computer)

Accessing the forms in the current project.

Objeto My.Forms (Visual Basic)

Accessing the application log.

My.Application.Log (Log)

Accessing the current web request.

Objeto My.Request (Visual Basic)

Accessing resource elements.

Objeto My.Resources (Visual Basic)

Accessing the current web response.

Objeto My.Response (Visual Basic)

Accessing user and application level settings.

Objeto My.Settings (Visual Basic)

Accessing the current user's security context.

My.User (User)

Accessing XML Web services referenced by the current project.

Objeto My.WebServices (Visual Basic)

Consulte também

Conceitos

Visão Geral Sobre o Modelo do Aplicativo Visual Basic

Desenvolvimento com o meu (Visual Basic)