RunConfiguration.TestRun 属性

获取此 RunConfigurationTestRun

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

语法

声明
Public ReadOnly Property TestRun As TestRun
    Get
public TestRun TestRun { get; }
public:
virtual property TestRun^ TestRun {
    TestRun^ get () sealed;
}
abstract TestRun : TestRun
override TestRun : TestRun
final function get TestRun () : TestRun

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestRun
一个 TestRun 对象。

实现

IExecutionRunConfiguration.TestRun

.NET Framework 安全性

请参见

参考

RunConfiguration 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

RunConfiguration

TestRun