Partilhar via


Método ITmi.GetTestRunConfigurations

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

Retorna carregada todas as configurações de execução 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 GetTestRunConfigurations As TestRunConfiguration()
TestRunConfiguration[] GetTestRunConfigurations()
array<TestRunConfiguration^>^ GetTestRunConfigurations()
abstract GetTestRunConfigurations : unit -> TestRunConfiguration[] 
function GetTestRunConfigurations() : TestRunConfiguration[]

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration[]
Configurações de execução de uma matriz de teste.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestRunConfiguration