The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestRunConfiguration::GetTestTypeSpecificData Method (TestType^)
Returns test type−specific run configuration extension data (clone) for the specified test type.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public:
ITestTypeSpecificRunConfigurationData^ GetTestTypeSpecificData(
TestType^ testType
)
Parameters
- testType
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestType^
The test type for which the test type−specific run configuration data is requested.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common::ITestTypeSpecificRunConfigurationData^The test type−specific run configuration data. Null if no data for this test type exists.
Show: