Sdílet prostřednictvím


ApplicationUnderTest.Launch – metoda (ProcessStartInfo)

Spustí aplikaci s použitím zadané parametry.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

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

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Aplikace, která byla spuštěna.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ApplicationUnderTest Třída

Launch – přetížení

Microsoft.VisualStudio.TestTools.UITesting – obor názvů