ApplicationUnderTest.Launch, méthode (String, String, String, String, SecureString, 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, _
arguments As String, _
userName As String, _
password As SecureString, _
domain As String _
) As ApplicationUnderTest
public static ApplicationUnderTest Launch(
string fileName,
string alternateFileName,
string arguments,
string userName,
SecureString password,
string domain
)
public:
static ApplicationUnderTest^ Launch(
String^ fileName,
String^ alternateFileName,
String^ arguments,
String^ userName,
SecureString^ password,
String^ domain
)
static member Launch :
fileName:string *
alternateFileName:string *
arguments:string *
userName:string *
password:SecureString *
domain:string -> ApplicationUnderTest
public static function Launch(
fileName : String,
alternateFileName : String,
arguments : String,
userName : String,
password : SecureString,
domain : 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.
arguments
Type : StringArguments à passer à l'application.
userName
Type : StringNom d'utilisateur à utiliser pour démarrer l'application.
password
Type : SecureStringMot de passe à utiliser pour démarrer l'application.
domain
Type : StringDomaine de l'utilisateur.
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.