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
- other
Tipo: Microsoft.VisualStudio.TestTools.Common.TestResultAggregation
A TestResultAggregation object.
Comentários
Usado pelo Clone método.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Sobrecargas TestResultAggregation