Partilhar via


Construtor TestResultAggregation (TestResultAggregation)

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Inicializa uma nova instância da TestResultAggregation classe usando a agregação de resultado de teste fornecido.

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

Sintaxe

'Declaração
Protected Sub New ( _
    other As TestResultAggregation _
)
protected TestResultAggregation(
    TestResultAggregation other
)
protected:
TestResultAggregation(
    TestResultAggregation^ other
)
new : 
        other:TestResultAggregation -> TestResultAggregation
protected function TestResultAggregation(
    other : TestResultAggregation
)

Parâmetros

Comentários

Usado pelo Clone método.

Segurança do .NET Framework

Consulte também

Referência

TestResultAggregation Classe

Sobrecargas TestResultAggregation

Namespace Microsoft.VisualStudio.TestTools.Common

Clone