TestRunConfiguration.SetTestTypeSpecificData Method
Sets type-specific run configuration extension data for the specified test type.
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
Test type for which to set run configuration extension data.
- data
Type: Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData
The data to set.
.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.