Partager via


Workspace.PendUndelete, méthode (String, Int32, String)

Les files d'attente ont supprimé des fichiers ou dossiers pour la restauration au référentiel de contrôle de version.

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

Syntaxe

'Déclaration
Public Function PendUndelete ( _
    path As String, _
    deletionId As Integer, _
    newPath As String _
) As Integer
public int PendUndelete(
    string path,
    int deletionId,
    string newPath
)

Paramètres

  • path
    Type : System.String
    Le chemin d'accès aux éléments à restaurer.
  • deletionId
    Type : System.Int32
    L'ID de suppression de l'élément à restaurer.
  • newPath
    Type : System.String
    Nouveau chemin d'accès facultatif pour l'élément restaure.

Valeur de retour

Type : System.Int32
Le nombre de modifications en attente.

Sécurité .NET Framework

Voir aussi

Référence

Workspace Classe

PendUndelete, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms