TestRunConfiguration.GetTestTypeSpecificData – metoda
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Function GetTestTypeSpecificData ( _
testType As TestType _
) As ITestTypeSpecificRunConfigurationData
public ITestTypeSpecificRunConfigurationData GetTestTypeSpecificData(
TestType testType
)
public:
ITestTypeSpecificRunConfigurationData^ GetTestTypeSpecificData(
TestType^ testType
)
member GetTestTypeSpecificData :
testType:TestType -> ITestTypeSpecificRunConfigurationData
public function GetTestTypeSpecificData(
testType : TestType
) : ITestTypeSpecificRunConfigurationData
Parametry
- testType
Typ: Microsoft.VisualStudio.TestTools.Common.TestType
Vrácená hodnota
Typ: Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData
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.