Compartilhar via


Método ITmi.GetTestsNotInAnyTestList

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém uma matriz de testes que não estão em qualquer uma das listas de teste na interface de usuário do Visual Studio Test Professional.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Function GetTestsNotInAnyTestList As ITestElement()
ITestElement[] GetTestsNotInAnyTestList()
array<ITestElement^>^ GetTestsNotInAnyTestList()
abstract GetTestsNotInAnyTestList : unit -> ITestElement[] 
function GetTestsNotInAnyTestList() : ITestElement[]

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Uma matriz de testes não categorizados ou uma matriz vazia se nenhum teste é carregada ou se nenhum teste são não categorizados.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Sobrecargas GetTestsNotInAnyTestList

Namespace Microsoft.VisualStudio.TestTools.Common

TestElement