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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestElement() | Initializes a new instance of the TestElement class. |
![]() | TestElement(SerializationInfo^, StreamingContext) | Initializes a new instance of the TestElement class from serialized data. |
![]() | TestElement(String^, String^) | Initializes a new instance of the TestElement class by using the provided name and description. |
![]() | TestElement(String^, String^, String^) | Initializes a new instance of the TestElement class by using the provided name, description, and storage. |
![]() | TestElement(TestElement^) | Initializes a new instance of the TestElement class by using the provided copy of a test element. |
![]() | TestElement(TestId^, String^, String^) | Initializes a new instance of the TestElement class. |
![]() | TestElement(TestId^, String^, String^, String^) | Initializes a new instance of the TestElement class. |
Show:
