Repository4.CreateBranch, méthode
Crée une branche validée sur le serveur.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function CreateBranch ( _
sourcePath As String, _
targetPath As String, _
version As VersionSpec, _
info As Changeset, _
checkinNotificationInfo As CheckinNotificationInfo, _
mappings As List(Of Mapping), _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CreateBranch(
string sourcePath,
string targetPath,
VersionSpec version,
Changeset info,
CheckinNotificationInfo checkinNotificationInfo,
List<Mapping> mappings,
out StreamingCollection<Failure> failures
)
Paramètres
- sourcePath
Type : System.String
Chemin source de la branche (récursive).
- targetPath
Type : System.String
Cible de la branche.
- version
Type : Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
Version de la source.
- info
Type : Microsoft.TeamFoundation.VersionControl.Server.Changeset
Informations d'ensemble de modifications.
- checkinNotificationInfo
Type : Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
Notification de Checkin.
- mappings
Type : System.Collections.Generic.List<Mapping>
Liste de mappages à utiliser lors de branche.
- failures
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
Liste de manques de générer au client.
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
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.Server, espace de noms