TestElement Constructor (TestElement)

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

Syntax

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

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

Parameters

Permissions

See Also

Reference

TestElement Class

TestElement Members

TestElement Overload

Microsoft.VisualStudio.TestTools.Common Namespace