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.

ITip::Save Method (array<ITestElement^>^, String^, ProjectData^)

 

Saves the specified array of tests to the specified location by using the provided Load object.

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

void Save(
	array<ITestElement^>^ tests,
	String^ location,
	ProjectData^ projectData
)

Parameters

tests
Type: array<Microsoft.VisualStudio.TestTools.Common::ITestElement^>^

An array of ITestElement objects.

location
Type: System::String^

A string that contains the relative path of the location where the data is to be saved.

projectData
Type: Microsoft.VisualStudio.TestTools.Common::ProjectData^

A ProjectData object.

Return to top
Show: