Compartilhar via


Propriedade RunConfiguration.TestRun

Obtém o TestRun para este 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
    Get
public TestRun TestRun { get; }
public:
virtual property TestRun^ TestRun {
    TestRun^ get () sealed;
}
abstract TestRun : TestRun
override TestRun : TestRun
final function get TestRun () : TestRun

Valor de propriedade

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

Implementações

IExecutionRunConfiguration.TestRun

Segurança do .NET Framework

Consulte também

Referência

RunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

RunConfiguration

TestRun