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 che non sono inclusi in alcun elenco dei test nell'interfaccia utente di 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[]
Matrice di test senza categoria oppure una matrice vuota se non è caricato alcun test o non vi sono test senza categoria.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITmi Interfaccia

Overload GetTestsNotInAnyTestList

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestElement