VersionControlServer.CreateBranch, méthode (String, String, VersionSpec, String, String, CheckinNote, PolicyOverrideInfo, array<Mapping )
Crée une branche sur le serveur et le signe sans télécharger la branche au client.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Function CreateBranch ( _
sourcePath As String, _
targetPath As String, _
version As VersionSpec, _
owner As String, _
comment As String, _
checkinNote As CheckinNote, _
policyOverride As PolicyOverrideInfo, _
mappings As Mapping() _
) As Integer
public int CreateBranch(
string sourcePath,
string targetPath,
VersionSpec version,
string owner,
string comment,
CheckinNote checkinNote,
PolicyOverrideInfo policyOverride,
Mapping[] mappings
)
Paramètres
- sourcePath
Type : System.String
Le chemin source de la branche - doit être un chemin d'accès au serveur.
- targetPath
Type : System.String
Chemin d'accès cible de la branche - doit être un chemin d'accès au serveur.
- version
Type : Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Changeset ou spécification de version d' DateTime avec lesquels pour créer la branche.
- owner
Type : System.String
Propriétaire d' Changeset.Si null, les valeurs par défaut l'utilisateur authentifié.
- comment
Type : System.String
Commentaire sur Changeset.Peut avoir la valeur null.
- checkinNote
Type : Microsoft.TeamFoundation.VersionControl.Client.CheckinNote
CheckinNote .Peut avoir la valeur null.
- policyOverride
Type : Microsoft.TeamFoundation.VersionControl.Client.PolicyOverrideInfo
PolicyOverrideInfo .Peut avoir la valeur null.
- mappings
Type : array<Microsoft.TeamFoundation.VersionControl.Client.Mapping[]
Un tableau de mappages sous le chemin cible à inclure ou exclure de la branche.
Valeur de retour
Type : System.Int32
identificateur d'Changeset pour le signer de branche.
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