Share via


Tip.Save Method

Does nothing by default.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

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

Parameters

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

Implements

ITip.Save(array<ITestElement[], String, ProjectData)

.NET Framework Security

See Also

Reference

Tip Class

Microsoft.VisualStudio.TestTools.Common Namespace

ITestElement

ProjectData