Sdílet prostřednictvím


ITmi.GetTestRunConfigurations – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Vrátí všechny načtené test konfigurace běhu v uživatelském rozhraní z Visual Studio Test Professional.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Vrácená hodnota

Typ: array<Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration[]
Pole konfigurace spustit test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITmi Rozhraní

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestRunConfiguration