TestResultAggregation – konstruktor (TestResultAggregation)
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Inicializuje novou instanci TestResultAggregation třídy pomocí agregace výsledek poskytnutý test.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Protected Sub New ( _
other As TestResultAggregation _
)
protected TestResultAggregation(
TestResultAggregation other
)
protected:
TestResultAggregation(
TestResultAggregation^ other
)
new :
other:TestResultAggregation -> TestResultAggregation
protected function TestResultAggregation(
other : TestResultAggregation
)
Parametry
other
Typ: Microsoft.VisualStudio.TestTools.Common.TestResultAggregationObjekt TestResultAggregation.
Poznámky
Používá Clone metoda.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
TestResultAggregation – přetížení