Partager via


RepositoryExtensions.CheckInShelveset, méthode

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, _
    <OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckInShelveset(
    string shelvesetName,
    string ownerName,
    string changesetOwner,
    CheckinNotificationInfo checkinNotificationInfo,
    int checkinOptions,
    out StreamingCollection<Failure> failures
)

Paramètres

Valeur de retour

Type : Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
retourne CheckinResult ;

Sécurité .NET Framework

Voir aussi

Référence

RepositoryExtensions Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms