TestResult Constructor (TestResult)

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

Syntax

'宣言
Protected Sub New ( _
    copy As TestResult _
)
'使用
Dim copy As TestResult

Dim instance As New TestResult(copy)
protected TestResult(
    TestResult copy
)
protected:
TestResult(
    TestResult^ copy
)
protected function TestResult(
    copy : TestResult
)

Parameters

Permissions

See Also

Reference

TestResult Class

TestResult Members

TestResult Overload

Microsoft.VisualStudio.TestTools.Common Namespace