Partager via


RunResultAndStatistics.TestRun, propriété

Obtient la série de tests associée à cet objet RunResultAndStatistics.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TestRun As TestRun
    Get
public TestRun TestRun { get; }
public:
property TestRun^ TestRun {
    TestRun^ get ();
}
member TestRun : TestRun
function get TestRun () : TestRun

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestRun
Série de tests associée à cet objet RunResultAndStatistics.

Sécurité .NET Framework

Voir aussi

Référence

RunResultAndStatistics Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestRun