Partager via


ITmi.GetTestsNotInAnyTestList, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient un tableau de tests qui ne figurent dans aucune liste de tests de l'interface utilisateur de Visual Studio Test Professional.

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

Syntaxe

'Déclaration
Function GetTestsNotInAnyTestList As ITestElement()
ITestElement[] GetTestsNotInAnyTestList()
array<ITestElement^>^ GetTestsNotInAnyTestList()
abstract GetTestsNotInAnyTestList : unit -> ITestElement[] 
function GetTestsNotInAnyTestList() : ITestElement[]

Valeur de retour

Type : array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Tableau de tests n'appartenant à aucune catégorie, ou tableau vide si aucun test n'est chargé ou si aucun test n'est sans catégorie.

Sécurité .NET Framework

Voir aussi

Référence

ITmi Interface

GetTestsNotInAnyTestList, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestElement