Condividi tramite


Metodo ApplicationUnderTest.FromProcess

Crea un riferimento a un oggetto ApplicationUnderTest da un processo esistente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Riferimento a un'applicazione da un processo esistente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ApplicationUnderTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting