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

 

Initializes a new instance of the TestElement class.

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

NameDescription
System_CAPS_protmethodTestElement()

Initializes a new instance of the TestElement class.

System_CAPS_protmethodTestElement(SerializationInfo^, StreamingContext)

Initializes a new instance of the TestElement class from serialized data.

System_CAPS_protmethodTestElement(String^, String^)

Initializes a new instance of the TestElement class by using the provided name and description.

System_CAPS_protmethodTestElement(String^, String^, String^)

Initializes a new instance of the TestElement class by using the provided name, description, and storage.

System_CAPS_protmethodTestElement(TestElement^)

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

System_CAPS_protmethodTestElement(TestId^, String^, String^)

Initializes a new instance of the TestElement class.

System_CAPS_protmethodTestElement(TestId^, String^, String^, String^)

Initializes a new instance of the TestElement class.

Return to top
Show: