Método ApplicationUnderTest.Launch (String, String)

Inicia o aplicativo usando os parâmetros especificados.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Shared Function Launch ( _
    fileName As String, _
    alternateFileName As String _
) As ApplicationUnderTest
public static ApplicationUnderTest Launch(
    string fileName,
    string alternateFileName
)
public:
static ApplicationUnderTest^ Launch(
    String^ fileName, 
    String^ alternateFileName
)
static member Launch : 
        fileName:string * 
        alternateFileName:string -> ApplicationUnderTest 
public static function Launch(
    fileName : String, 
    alternateFileName : String
) : ApplicationUnderTest

Parâmetros

  • fileName
    Tipo: System.String
    O nome de arquivo do aplicativo para iniciar.
  • alternateFileName
    Tipo: System.String
    O nome de arquivo alternativo que tenha variáveis de ambiente.

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
O aplicativo foi iniciado.

Segurança do .NET Framework

Consulte também

Referência

ApplicationUnderTest Classe

Sobrecargas Launch

Namespace Microsoft.VisualStudio.TestTools.UITesting