Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestElement Constructor (TestElement^)

 

Initializes a new instance of the TestElement class by using the provided copy of a test element.

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

protected:
TestElement(
	TestElement^ copy
)

Parameters

copy
Type: Microsoft.VisualStudio.TestTools.Common::TestElement^

A copy of a TestElement object.

Return to top
Show: