Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.TestTypeTest type for which to set run configuration extension data.
data
Type: Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationDataThe 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.