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
id
Typ: Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationIdObjekt TestRunConfigurationId.
Vrácená hodnota
Typ: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Spustit test konfigurace.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.