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

Definition

Does nothing by default.

public:
 abstract void Save(cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ tests, System::String ^ location, Microsoft::VisualStudio::TestTools::Common::ProjectData ^ projectData);
public abstract 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 MustOverride 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 path where the data is to be saved.

projectData
ProjectData

A ProjectData object.

Implements

Applies to