Tip.Save(ITestElement[], String, ProjectData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.