ILoadTestAdapter.LoadRun-Methode

Threadsichere Run-Methode.

Namespace:  Microsoft.VisualStudio.TestTools.TestAdapter
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
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
)

Parameter

Hinweise

Wenn ein Testadapter diese Methode implementiert, muss sie threadsicher sein.

.NET Framework-Sicherheit

Siehe auch

Referenz

ILoadTestAdapter Schnittstelle

Microsoft.VisualStudio.TestTools.TestAdapter-Namespace