Partager via


Workspace.PendAdd, méthode (array<String[])

Met des fichiers ou dossiers en file d'attente pour l'ajout 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 PendAdd ( _
    paths As String() _
) As Integer
public int PendAdd(
    string[] paths
)

Paramètres

  • paths
    Type : array<System.String[]
    Un tableau de chemins d'accès qui représentent les éléments qui doivent être ajoutés.

Valeur de retour

Type : System.Int32
Le nombre de fichiers ou dossiers qui ont été mises en file d'attente pour l'ajout.

Sécurité .NET Framework

Voir aussi

Référence

Workspace Classe

PendAdd, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms