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 (String^, String^, String^)

 

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

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

protected:
TestElement(
	String^ name,
	String^ description,
	String^ storage
)

Parameters

name
Type: System::String^

The name of the test element.

description
Type: System::String^

The description of the test element.

storage
Type: System::String^

The relative path of the folder where associated files are stored on the server.

Return to top
Show: