Partager via


Repository5.CheckInShelveset, méthode

Signalement d'un jeu de réservations existant pour l'enregistrement. Les éléments de travail associés à l'ensemble de modifications sont associés ou résolus une fois l'enregistrement terminé.

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

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function CheckInShelveset ( _
    shelvesetName As String, _
    ownerName As String, _
    changesetOwner As String, _
    checkinNotificationInfo As CheckinNotificationInfo, _
    checkinOptions As Integer, _
    maxClientPathLength As Integer, _
    <OutAttribute> ByRef conflicts As StreamingCollection(Of Failure), _
    <OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckInShelveset(
    string shelvesetName,
    string ownerName,
    string changesetOwner,
    CheckinNotificationInfo checkinNotificationInfo,
    int checkinOptions,
    int maxClientPathLength,
    out StreamingCollection<Failure> conflicts,
    out StreamingCollection<Failure> failures
)

Paramètres

  • shelvesetName
    Type : System.String
    Nom du jeu de réservations à envoyer.
  • ownerName
    Type : System.String
    Le propriétaire du jeu de réservations.
  • changesetOwner
    Type : System.String
    L'auteur de l'ensemble de modifications.
  • checkinOptions
    Type : System.Int32
    Options de contrôler la validation.
  • maxClientPathLength
    Type : System.Int32
    Longueur prise en charge de chemin d'accès au serveur de client maximale.

Valeur de retour

Type : Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
Le résultat d'enregistrement avec l'ensemble de modifications créé et des modifications annulées.

Sécurité .NET Framework

Voir aussi

Référence

Repository5 Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms