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
参数
- executionId
类型:Microsoft.VisualStudio.TestTools.Common.TestExecId
测试元素的执行 ID。
返回值
类型:Microsoft.VisualStudio.TestTools.Common.ITestElement
测试元素或为空。
备注
此方法还将在返回的测试元素上设置执行 ID、父执行 ID 和类别 ID。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。