ApplicationUnderTest.Launch – metoda (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 _
) As ApplicationUnderTest
public static ApplicationUnderTest Launch(
string fileName
)
public:
static ApplicationUnderTest^ Launch(
String^ fileName
)
static member Launch :
fileName:string -> ApplicationUnderTest
public static function Launch(
fileName : String
) : ApplicationUnderTest
Parametry
- fileName
Typ: System.String
Název souboru spuštění aplikace.
Vrácená hodnota
Typ: Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
Aplikace, která byla spuštěna.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.