Sdílet prostřednictvím


ApplicationUnderTest.Launch – metoda (String, String, String)

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 ( _
    fileName As String, _
    alternateFileName As String, _
    arguments As String _
) As ApplicationUnderTest
public static ApplicationUnderTest Launch(
    string fileName,
    string alternateFileName,
    string arguments
)
public:
static ApplicationUnderTest^ Launch(
    String^ fileName, 
    String^ alternateFileName, 
    String^ arguments
)
static member Launch : 
        fileName:string * 
        alternateFileName:string * 
        arguments:string -> ApplicationUnderTest 
public static function Launch(
    fileName : String, 
    alternateFileName : String, 
    arguments : String
) : ApplicationUnderTest

Parametry

  • fileName
    Typ: System.String
    Název souboru spuštění aplikace.
  • alternateFileName
    Typ: System.String
    Název alternativního souboru společně s proměnnými prostředí.

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ApplicationUnderTest Třída

Launch – přetížení

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