TestResultBase Constructor (TestResultBase)

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

Syntax

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

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

Parameters

Permissions

See Also

Reference

TestResultBase Class

TestResultBase Members

TestResultBase Overload

Microsoft.VisualStudio.TestTools.Common Namespace