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 : ProcessStartInfoInformations 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.