共用方式為


IExecutionRunConfiguration.TestRun 屬性

取得 TestRun 物件。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
ReadOnly Property TestRun As TestRun
TestRun TestRun { get; }
property TestRun^ TestRun {
    TestRun^ get ();
}
abstract TestRun : TestRun with get
function get TestRun () : TestRun

屬性值

型別:Microsoft.VisualStudio.TestTools.Common.TestRun
傳回 TestRun 物件。

.NET Framework 安全性

請參閱

參考

IExecutionRunConfiguration 介面

Microsoft.VisualStudio.TestTools.Execution 命名空間

TestRun