TestResultCounter Constructor (TestResultCounter)

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

Syntax

'宣言
Public Sub New ( _
    other As TestResultCounter _
)
'使用
Dim other As TestResultCounter

Dim instance As New TestResultCounter(other)
public TestResultCounter(
    TestResultCounter other
)
public:
TestResultCounter(
    TestResultCounter^ other
)
public function TestResultCounter(
    other : TestResultCounter
)

Parameters

Permissions

See Also

Reference

TestResultCounter Class

TestResultCounter Members

TestResultCounter Overload

Microsoft.VisualStudio.TestTools.Common Namespace