Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
This example shows how to get a reference to the Application object instance for the current AppDomain.
Exemplo
The following example shows how to get a reference to the current Application object instance from the Current property.
' Get a reference to the current Application object
Dim currentApplication As Application = Application.Current
// Get a reference to the current Application object
Application currentApplication = Application.Current;