ITmi.GetTestResults Method (TestRun, ITestElement)

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

Syntax

'宣言
Function GetTestResults ( _
    run As TestRun, _
    test As ITestElement _
) As TestResult()
'使用
Dim instance As ITmi
Dim run As TestRun
Dim test As ITestElement
Dim returnValue As TestResult()

returnValue = instance.GetTestResults(run, _
    test)
TestResult[] GetTestResults(
    TestRun run,
    ITestElement test
)
array<TestResult^>^ GetTestResults(
    TestRun^ run, 
    ITestElement^ test
)
function GetTestResults(
    run : TestRun, 
    test : ITestElement
) : TestResult[]

Parameters

Return Value

Type: []

Permissions

See Also

Reference

ITmi Interface

ITmi Members

GetTestResults Overload

Microsoft.VisualStudio.TestTools.Common Namespace