IExecutionRunConfiguration.TestRun 属性

获取 TestRun 对象。

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

语法

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

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestRun
返回 TestRun 对象。

.NET Framework 安全性

请参见

参考

IExecutionRunConfiguration 接口

Microsoft.VisualStudio.TestTools.Execution 命名空间

TestRun