Share via


ITmi.GetTestRunConfigurations Method

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

Returns all loaded test run configurations in the UI of .

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

Syntax

'Declaration
Function GetTestRunConfigurations As TestRunConfiguration()
'Usage
Dim instance As ITmi 
Dim returnValue As TestRunConfiguration()

returnValue = instance.GetTestRunConfigurations()
TestRunConfiguration[] GetTestRunConfigurations()
array<TestRunConfiguration^>^ GetTestRunConfigurations()
function GetTestRunConfigurations() : TestRunConfiguration[]

Return Value

Type: array<Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration[]
An array of test run configurations.

.NET Framework Security

See Also

Reference

ITmi Interface

ITmi Members

Microsoft.VisualStudio.TestTools.Common Namespace

TestRunConfiguration