TestRunConfiguration.SetTestTypeSpecificData-Methode
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
)
Parameter
- testType
Typ: Microsoft.VisualStudio.TestTools.Common.TestType
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.