Compartilhar via


Método ITmi.GetTests

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

Retorna todos os testes que são carregados 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 GetTests As ITestElement()
ITestElement[] GetTests()
array<ITestElement^>^ GetTests()
abstract GetTests : unit -> ITestElement[] 
function GetTests() : ITestElement[]

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Uma matriz de elementos de teste.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestElement