Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub SetTestTypeSpecificData ( _
    testType As TestType, _
    data As ITestTypeSpecificRunConfigurationData _
)
public void SetTestTypeSpecificData(
    TestType testType,
    ITestTypeSpecificRunConfigurationData data
)
public:
void SetTestTypeSpecificData(
    TestType^ testType, 
    ITestTypeSpecificRunConfigurationData^ data
)
member SetTestTypeSpecificData : 
        testType:TestType * 
        data:ITestTypeSpecificRunConfigurationData -> unit
public function SetTestTypeSpecificData(
    testType : TestType, 
    data : ITestTypeSpecificRunConfigurationData
)
Parameters
- testType
 Type: Microsoft.VisualStudio.TestTools.Common.TestType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.