TestResultAggregation Constructor (TestResultAggregation)

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

Syntax

'宣言
Protected Sub New ( _
    other As TestResultAggregation _
)
'使用
Dim other As TestResultAggregation

Dim instance As New TestResultAggregation(other)
protected TestResultAggregation(
    TestResultAggregation other
)
protected:
TestResultAggregation(
    TestResultAggregation^ other
)
protected function TestResultAggregation(
    other : TestResultAggregation
)

Parameters

Permissions

See Also

Reference

TestResultAggregation Class

TestResultAggregation Members

TestResultAggregation Overload

Microsoft.VisualStudio.TestTools.Common Namespace