Partager via


TestRun.Tests, propriété

Obtient les tests de niveau racine.

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

Syntaxe

'Déclaration
Public ReadOnly Property Tests As ITestElement()
    Get
public ITestElement[] Tests { get; }
public:
property array<ITestElement^>^ Tests {
    array<ITestElement^>^ get ();
}
member Tests : ITestElement[]
function get Tests () : ITestElement[]

Valeur de propriété

Type : array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Tests au niveau racine.

Sécurité .NET Framework

Voir aussi

Référence

TestRun Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

ITestElement