TestResultAggregation – konstruktor (TestResult)
Inicializuje novou instanci TestResultAggregation pomocí výsledek zkoušky zadané třídy.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public Sub New ( _
result As TestResult _
)
public TestResultAggregation(
TestResult result
)
public:
TestResultAggregation(
TestResult^ result
)
new :
result:TestResult -> TestResultAggregation
public function TestResultAggregation(
result : TestResult
)
Parametry
result
Typ: Microsoft.VisualStudio.TestTools.Common.TestResultObjekt TestResult.
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í