Share via


ITmi.GetTestRunConfiguration Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the loaded test run configuration in the UI of Visual Studio Test Professional that has the given ID.

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

Syntax

'Declaration
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

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
A test run configuration.

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestRunConfigurationId

TestRunConfiguration