Partilhar via


Construtor TestResultAggregation (TestResult)

Inicializa uma nova instância de TestResultAggregation classe usando o resultado do teste fornecido.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Sub New ( _
    result As TestResult _
)
public TestResultAggregation(
    TestResult result
)
public:
TestResultAggregation(
    TestResult^ result
)
new : 
        result:TestResult -> TestResultAggregation
public function TestResultAggregation(
    result : TestResult
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestResultAggregation Classe

Sobrecargas TestResultAggregation

Namespace Microsoft.VisualStudio.TestTools.Common

TestResult