RunConfiguration 构造函数

使用新的 TestRun 初始化新的 RunConfiguration 对象。

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

语法

声明
Public Sub New ( _
    testRun As TestRun _
)
public RunConfiguration(
    TestRun testRun
)
public:
RunConfiguration(
    TestRun^ testRun
)
new : 
        testRun:TestRun -> RunConfiguration
public function RunConfiguration(
    testRun : TestRun
)

参数

.NET Framework 安全性

请参见

参考

RunConfiguration 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

RunConfiguration

TestRun