Sdílet prostřednictvím


ITmi.GetTestRunConfiguration – metoda

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

Vrátí v uživatelském rozhraní z konfigurace načteného zkoušky Visual Studio Test Professional , který má daný identifikátor.

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

Syntaxe

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

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Spustit test konfigurace.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITmi Rozhraní

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

TestRunConfigurationId

TestRunConfiguration