Aracılığıyla paylaş


IBaseAdapter.Run Yöntem

Bir sınama durumu yürütmek için çağrıldı.

Ad alanı:  Microsoft.VisualStudio.TestTools.Execution
Derleme:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll içinde)

Sözdizimi

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

Parametreler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IBaseAdapter Arabirim

Microsoft.VisualStudio.TestTools.Execution Ad Alanı