TestResultAggregation Constructor (TestResult)

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Sub New ( _
    result As TestResult _
)
'使用
Dim result As TestResult

Dim instance As New TestResultAggregation(result)
public TestResultAggregation(
    TestResult result
)
public:
TestResultAggregation(
    TestResult^ result
)
public function TestResultAggregation(
    result : TestResult
)

Parameters

Permissions

See Also

Reference

TestResultAggregation Class

TestResultAggregation Members

TestResultAggregation Overload

Microsoft.VisualStudio.TestTools.Common Namespace