ApplicationUnderTest.FromProcess, méthode
Crée une référence à une ApplicationUnderTest à partir d'un processus existant.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Shared Function FromProcess ( _
processToWrap As Process _
) As ApplicationUnderTest
public static ApplicationUnderTest FromProcess(
Process processToWrap
)
public:
static ApplicationUnderTest^ FromProcess(
Process^ processToWrap
)
static member FromProcess :
processToWrap:Process -> ApplicationUnderTest
public static function FromProcess(
processToWrap : Process
) : ApplicationUnderTest
Paramètres
processToWrap
Type : ProcessProcessus à partir duquel créer une référence ApplicationUnderTest.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Référence à une application à partir d'un processus existant.
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.