Partilhar via


Propriedade IDataCollectionRunContext.TestRun

Obtém uma referência ao objeto de execução do teste.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IDataCollectionRunContext Interface

Namespace Microsoft.VisualStudio.TestTools.Execution

TestRun