Freigeben über


ITmi.GetTestRunConfiguration-Methode

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

Gibt die geladene Testlaufkonfiguration in der UI von Visual Studio Test Professional mit der angegebenen ID zurück.

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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Eine Testlaufkonfiguration.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITmi Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

TestRunConfigurationId

TestRunConfiguration