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.

TestRunConfiguration Constructor (String^, String^)

 

Initializes a new instance of the TestRunConfiguration class by using the name and storage information of the test run configuration.

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

public:
TestRunConfiguration(
	String^ name,
	String^ storage
)

Parameters

name
Type: System::String^

The name of the run configuration.

storage
Type: System::String^

The file in which this run configuration will be stored.

Return to top
Show: