Freigeben über


ITmi.GetTestRunConfigurations-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Gibt alle geladenen Testlaufkonfigurationen in der Benutzeroberfläche von Visual Studio Test Professional zurück.

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

Syntax

'Declaration
Function GetTestRunConfigurations As TestRunConfiguration()
TestRunConfiguration[] GetTestRunConfigurations()
array<TestRunConfiguration^>^ GetTestRunConfigurations()
abstract GetTestRunConfigurations : unit -> TestRunConfiguration[] 
function GetTestRunConfigurations() : TestRunConfiguration[]

Rückgabewert

Typ: array<Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration[]
Ein Array von Testlaufkonfigurationen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITmi Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

TestRunConfiguration