Workspace.PendBranch, méthode (String, String, VersionSpec, LockLevel, Boolean)
Planifie un fichier ou un dossier pour la création de branche.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Function PendBranch ( _
sourcePath As String, _
targetPath As String, _
version As VersionSpec, _
lockLevel As LockLevel, _
updateDisk As Boolean _
) As Integer
public int PendBranch(
string sourcePath,
string targetPath,
VersionSpec version,
LockLevel lockLevel,
bool updateDisk
)
Paramètres
- sourcePath
Type : System.String
Le chemin d'accès de l'élément à la branche.
- targetPath
Type : System.String
L'emplacement de la branche qui sera créé.
- version
Type : Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
La version de l'élément source à la branche.
- lockLevel
Type : Microsoft.TeamFoundation.VersionControl.Client.LockLevel
Le verrouillage du niveau à appliquer à chaque élément avec des branches.
- updateDisk
Type : System.Boolean
True pour remplir une branche sur le disque local.Sinon, le disque n'est pas modifié.
Valeur de retour
Type : System.Int32
Le nombre de modifications en attente.
Notes
Passer un dossier est implicitement récursif.
Pour plus d'informations sur la manière d'utiliser cette méthode, consultez Extension du contrôle de version.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Client, espace de noms