Sdílet prostřednictvím


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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RunConfiguration Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů

RunConfiguration

TestRun