Konstruktor TestResultAggregation — (TestResult)
Inicjuje nowe wystąpienie TestResultAggregation klasy przy użyciu dostarczonego wynik.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.Common
Zestaw: Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)
Składnia
'Deklaracja
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.TestResult
A TestResult object.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przeciążenie TestResultAggregation