Sdílet prostřednictvím


TestResultAggregation – konstruktor (TestResult)

Inicializuje novou instanci TestResultAggregation pomocí výsledek zkoušky zadané třídy.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    result As TestResult _
)
public TestResultAggregation(
    TestResult result
)
public:
TestResultAggregation(
    TestResult^ result
)
new : 
        result:TestResult -> TestResultAggregation
public function TestResultAggregation(
    result : TestResult
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestResultAggregation Třída

TestResultAggregation – přetížení

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

TestResult