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::SetTestTypeSpecificData Method (TestType^, ITestTypeSpecificRunConfigurationData^)
Sets type-specific run configuration extension data for the specified test type.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: void SetTestTypeSpecificData( TestType^ testType, ITestTypeSpecificRunConfigurationData^ data )
Parameters
- testType
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestType^
Test type for which to set run configuration extension data.
- data
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestTypeSpecificRunConfigurationData^
The data to set.
Show: