Condividi tramite


Metodo ITmi.GetTestsNotInAnyTestList

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene una matrice di test di cui non essere in uno degli elenchi di test nell'interfaccia utente Visual Studio Test Professional.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore restituito

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Una matrice di test uncategorized, oppure una matrice vuota se nessun test viene caricato o se non sono presenti test uncategorized.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITmi Interfaccia

Overload GetTestsNotInAnyTestList

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestElement