Método ApplicationUnderTest.Launch (String, 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, _
    arguments As String _
) As ApplicationUnderTest
public static ApplicationUnderTest Launch(
    string fileName,
    string alternateFileName,
    string arguments
)
public:
static ApplicationUnderTest^ Launch(
    String^ fileName, 
    String^ alternateFileName, 
    String^ arguments
)
static member Launch : 
        fileName:string * 
        alternateFileName:string * 
        arguments:string -> ApplicationUnderTest 
public static function Launch(
    fileName : String, 
    alternateFileName : String, 
    arguments : 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 juntamente com as variáveis de ambiente.
  • arguments
    Tipo: System.String
    Os argumentos para passar para o aplicativo.

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