TestResultAggregation (Constructor) (TestResultAggregation)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Inicializa una nueva instancia de la clase TestResultAggregation usando la agregación de resultados de pruebas proporcionada.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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

Comentarios

Este miembro lo usa el método Clone.

Seguridad de .NET Framework

Vea también

Referencia

TestResultAggregation Clase

TestResultAggregation (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

Clone