Freigeben über


TestRunConfiguration.GetTestTypeSpecificData-Methode

Gibt testtypspezifische Testlaufkonfigurations-Erweiterungsdaten (Klon) für den angegebenen Testtyp zurück.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData
Die testtypspezifischen Testlaufkonfigurationsdaten.NULL, wenn keine Daten für den Testtyp vorhanden ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

TestType

ITestTypeSpecificRunConfigurationData