Freigeben über


IExecutionRunConfiguration.TestRun-Eigenschaft

Ruft ein TestRun-Objekt ab.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.TestRun
Gibt ein TestRun-Objekt zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IExecutionRunConfiguration Schnittstelle

Microsoft.VisualStudio.TestTools.Execution-Namespace

TestRun