Partager via


TeamFoundationVersionControlService.DownloadFile, méthode

Télécharge le fichier au chemin d'accès au serveur donné et la version au chemin d'accès local spécifié.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
Public Sub DownloadFile ( _
    requestContext As TeamFoundationRequestContext, _
    serverPath As String, _
    deletionId As Integer, _
    version As VersionSpec, _
    localFileName As String _
)
public void DownloadFile(
    TeamFoundationRequestContext requestContext,
    string serverPath,
    int deletionId,
    VersionSpec version,
    string localFileName
)

Paramètres

  • serverPath
    Type : System.String
    Le chemin d'accès au serveur du fichier à télécharger.
  • deletionId
    Type : System.Int32
    L'ID de suppression du fichier.
  • localFileName
    Type : System.String
    Chemin d'accès local pour télécharger le fichier.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationVersionControlService Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms