TestRunConfiguration.SetTestTypeSpecificData – metoda
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
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
)
Parametry
- testType
Typ: Microsoft.VisualStudio.TestTools.Common.TestType
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.