ApplicationUnderTest.Launch, méthode (String, String)
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 ( _
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
Paramètres
fileName
Type : StringNom de fichier de l'application à démarrer.
alternateFileName
Type : StringAutre nom de fichier comportant les variables d'environnement.
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.