共用方式為


ILoadTestAdapter.LoadRun 方法

安全執行緒 Run 方法。

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

語法

'宣告
Sub LoadRun ( _
    testElement As ITestElement, _
    testContext As ITestContext _
)
void LoadRun(
    ITestElement testElement,
    ITestContext testContext
)
void LoadRun(
    ITestElement^ testElement, 
    ITestContext^ testContext
)
abstract LoadRun : 
        testElement:ITestElement * 
        testContext:ITestContext -> unit 
function LoadRun(
    testElement : ITestElement, 
    testContext : ITestContext
)

參數

備註

如果測試配接器會實作這個方法,它就必須具備執行緒安全。

.NET Framework 安全性

請參閱

參考

ILoadTestAdapter 介面

Microsoft.VisualStudio.TestTools.TestAdapter 命名空間