TestResultDetail 构造函数

使用所提供的测试结果和测试运行初始化 TestResultDetail 类的新实例。

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

语法

声明
Public Sub New ( _
    result As TestResult, _
    run As TestRun _
)
public TestResultDetail(
    TestResult result,
    TestRun run
)
public:
TestResultDetail(
    TestResult^ result, 
    TestRun^ run
)
new : 
        result:TestResult * 
        run:TestRun -> TestResultDetail
public function TestResultDetail(
    result : TestResult, 
    run : TestRun
)

参数

.NET Framework 安全性

请参见

参考

TestResultDetail 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestResult

TestRun