Partager via


ITip.Save, méthode

Enregistre le tableau spécifié de tests à l'emplacement spécifié à l'aide de l'objet Load fourni.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • location
    Type : System.String
    string qui contient le chemin d'accès relatif de l'emplacement où les données seront enregistrées.

Sécurité .NET Framework

Voir aussi

Référence

ITip Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms

Load

ITestElement

ProjectData