RunConfiguration – konstruktor
Inicializuje novou RunConfiguration objektu s novou TestRun.
Obor názvů: Microsoft.VisualStudio.TestTools.Execution
Sestavení: Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Deklarace
Public Sub New ( _
testRun As TestRun _
)
public RunConfiguration(
TestRun testRun
)
public:
RunConfiguration(
TestRun^ testRun
)
new :
testRun:TestRun -> RunConfiguration
public function RunConfiguration(
testRun : TestRun
)
Parametry
- testRun
Typ: Microsoft.VisualStudio.TestTools.Common.TestRun
TestRun To inicializovat pomocí RunConfiguration.
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.