共用方式為


RunConfiguration.TestRun 屬性

取得此 RunConfigurationTestRun

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

語法

'宣告
Public ReadOnly Property TestRun As TestRun
public TestRun TestRun { get; }
public:
virtual property TestRun^ TestRun {
    TestRun^ get () sealed;
}
abstract TestRun : TestRun with get 
override TestRun : TestRun with get
final function get TestRun () : TestRun

屬性值

類型:Microsoft.VisualStudio.TestTools.Common.TestRun
TestRun 物件。

實作

IExecutionRunConfiguration.TestRun

.NET Framework 安全性

請參閱

參考

RunConfiguration 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間

RunConfiguration

TestRun