ITestElement.ExecutionId 属性

获取或设置此测试元素的最新执行 ID。

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

语法

声明
Property ExecutionId As TestExecId
TestExecId ExecutionId { get; set; }
property TestExecId^ ExecutionId {
    TestExecId^ get ();
    void set (TestExecId^ value);
}
abstract ExecutionId : TestExecId with get, set
function get ExecutionId () : TestExecId
function set ExecutionId (value : TestExecId)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestExecId
该测试元素的最新执行 ID。

备注

在执行单元中,相同的测试元素的多个实例可以共享相同的测试 ID。执行之前,会将单元中的所有测试分配给执行的唯一数字。

.NET Framework 安全性

请参见

参考

ITestElement 接口

Microsoft.VisualStudio.TestTools.Common 命名空间

TestExecId