Partilhar via


Método ITmi.GetTestRunConfiguration

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

Retorna a configuração de execução de teste carregados na interface de usuário do Visual Studio Test Professional que tem a identificação especificada.

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

Sintaxe

'Declaração
Function GetTestRunConfiguration ( _
    id As TestRunConfigurationId _
) As TestRunConfiguration
TestRunConfiguration GetTestRunConfiguration(
    TestRunConfigurationId id
)
TestRunConfiguration^ GetTestRunConfiguration(
    TestRunConfigurationId^ id
)
abstract GetTestRunConfiguration : 
        id:TestRunConfigurationId -> TestRunConfiguration 
function GetTestRunConfiguration(
    id : TestRunConfigurationId
) : TestRunConfiguration

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Uma configuração de execução de teste.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestRunConfigurationId

TestRunConfiguration