Partager via


ApplicationUnderTest.Launch, méthode (ProcessStartInfo)

Démarre l'application en utilisant les paramètres spécifiés.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
Public Shared Function Launch ( _
    startInfo As ProcessStartInfo _
) As ApplicationUnderTest
public static ApplicationUnderTest Launch(
    ProcessStartInfo startInfo
)
public:
static ApplicationUnderTest^ Launch(
    ProcessStartInfo^ startInfo
)
static member Launch : 
        startInfo:ProcessStartInfo -> ApplicationUnderTest
public static function Launch(
    startInfo : ProcessStartInfo
) : ApplicationUnderTest

Paramètres

  • startInfo
    Type : ProcessStartInfo

    Informations de démarrage de processus.

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Application qui a été démarrée.

Sécurité .NET Framework

Voir aussi

Référence

ApplicationUnderTest Classe

Launch, surcharge

Microsoft.VisualStudio.TestTools.UITesting, espace de noms