ITip.Save(ITestElement[], String, ProjectData) Method

Definition

Saves the specified array of tests to the specified location by using the provided Load(String, ProjectData, IWarningHandler) object.

public:
 void Save(cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ tests, System::String ^ location, Microsoft::VisualStudio::TestTools::Common::ProjectData ^ projectData);
public void Save (Microsoft.VisualStudio.TestTools.Common.ITestElement[] tests, string location, Microsoft.VisualStudio.TestTools.Common.ProjectData projectData);
abstract member Save : Microsoft.VisualStudio.TestTools.Common.ITestElement[] * string * Microsoft.VisualStudio.TestTools.Common.ProjectData -> unit
Public Sub Save (tests As ITestElement(), location As String, projectData As ProjectData)

Parameters

tests
ITestElement[]

An array of ITestElement objects.

location
String

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

projectData
ProjectData

A ProjectData object.

Applies to