ITmi.GetTest Method

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

Syntax

'宣言
Function GetTest ( _
    testId As TestId _
) As ITestElement
'使用
Dim instance As ITmi
Dim testId As TestId
Dim returnValue As ITestElement

returnValue = instance.GetTest(testId)
ITestElement GetTest(
    TestId testId
)
ITestElement^ GetTest(
    TestId^ testId
)
function GetTest(
    testId : TestId
) : ITestElement

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.ITestElement

Permissions

See Also

Reference

ITmi Interface

ITmi Members

Microsoft.VisualStudio.TestTools.Common Namespace