TestRun.GetTestElement 方法 (TestExecId)

返回具有指定执行 ID 的测试元素。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Function GetTestElement ( _
    executionId As TestExecId _
) As ITestElement
public ITestElement GetTestElement(
    TestExecId executionId
)
public:
ITestElement^ GetTestElement(
    TestExecId^ executionId
)
member GetTestElement : 
        executionId:TestExecId -> ITestElement 
public function GetTestElement(
    executionId : TestExecId
) : ITestElement

参数

返回值

类型:Microsoft.VisualStudio.TestTools.Common.ITestElement
测试元素或为空。

备注

此方法还将在返回的测试元素上设置执行 ID、父执行 ID 和类别 ID。

.NET Framework 安全性

请参见

参考

TestRun 类

GetTestElement 重载

Microsoft.VisualStudio.TestTools.Common 命名空间

TestExecId

ITestElement