Compartilhar via


Propriedade IExecutionRunConfiguration.TestRun

Obtém um TestRun objeto.

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

Sintaxe

'Declaração
ReadOnly Property TestRun As TestRun
    Get
TestRun TestRun { get; }
property TestRun^ TestRun {
    TestRun^ get ();
}
abstract TestRun : TestRun
function get TestRun () : TestRun

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestRun
Retorna um TestRun objeto.

Segurança do .NET Framework

Consulte também

Referência

IExecutionRunConfiguration Interface

Namespace Microsoft.VisualStudio.TestTools.Execution

TestRun