共用方式為


ApplicationUnderTest.Launch 方法 (ProcessStartInfo)

使用所指定的參數啟動應用程式。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
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

參數

  • startInfo
    類型:ProcessStartInfo

    處理序啟動資訊。

傳回值

類型:Microsoft.VisualStudio.TestTools.UITesting.ApplicationUnderTest
已啟動的應用程式。

.NET Framework 安全性

請參閱

參考

ApplicationUnderTest 類別

Launch 多載

Microsoft.VisualStudio.TestTools.UITesting 命名空間