Partilhar via


Propriedade RunConfiguration.TestRun

Gets the TestRun for this RunConfiguration.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestRun
A TestRun object.

Implementações

IExecutionRunConfiguration.TestRun

Segurança do .NET Framework

Consulte também

Referência

RunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

RunConfiguration

TestRun