ITip.Save Method

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)

Syntax

'Declaration
Sub Save ( _
    tests As ITestElement(), _
    location As String, _
    projectData As ProjectData _
)
void Save(
    ITestElement[] tests,
    string location,
    ProjectData projectData
)
void Save(
    array<ITestElement^>^ tests, 
    String^ location, 
    ProjectData^ projectData
)
abstract Save : 
        tests:ITestElement[] * 
        location:string * 
        projectData:ProjectData -> unit 
function Save(
    tests : ITestElement[], 
    location : String, 
    projectData : ProjectData
)

Parameters

  • location
    Type: System.String
    A string that contains the relative path of the location where the data is to be saved.

.NET Framework Security

See Also

Reference

ITip Interface

Microsoft.VisualStudio.TestTools.Common Namespace

Load

ITestElement

ProjectData