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
id
Type: Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationIdA TestRunConfigurationId object.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
A test run configuration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.