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.
Tip::Save Method (array<ITestElement^>^, String^, ProjectData^)
Does nothing by default.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: virtual void Save( array<ITestElement^>^ tests, String^ location, ProjectData^ projectData ) abstract
Parameters
- tests
-
Type:
array<Microsoft.VisualStudio.TestTools.Common::ITestElement^>^
An array of ITestElement objects.
- location
-
Type:
System::String^
A string that contains the path where the data is to be saved.
- projectData
-
Type:
Microsoft.VisualStudio.TestTools.Common::ProjectData^
A ProjectData object.
Show: