ApplicationUnderTest.Launch-Methode (ProcessStartInfo)

Startet die Anwendung mit angegebenen Parametern.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Die Anwendung, die gestartet wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

ApplicationUnderTest Klasse

Launch-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace