TestResult.TestRun 属性

获取关联的测试运行。

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

语法

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

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestRun
关联的测试运行。

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestRun