TestResultId.ExecutionId 属性

获取测试执行 ID。

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

语法

声明
Public ReadOnly Property ExecutionId As TestExecId
    Get
public TestExecId ExecutionId { get; }
public:
property TestExecId^ ExecutionId {
    TestExecId^ get ();
}
member ExecutionId : TestExecId
function get ExecutionId () : TestExecId

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestExecId
测试执行 ID。

.NET Framework 安全性

请参见

参考

TestResultId 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestExecId