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
)
參數
- testElement
型別:Microsoft.VisualStudio.TestTools.Common.ITestElement
測試項目。
- testContext
型別:Microsoft.VisualStudio.TestTools.Execution.ITestContext
測試內容。
備註
如果測試配接器會實作這個方法,它就必須具備執行緒安全。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。