Partager via


IVersionControlService.Checkin, méthode

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

Syntaxe

'Déclaration
Function Checkin ( _
    localPaths As String(), _
    count As Integer, _
    serverPaths As String(), _
    serverCount As Integer, _
    comment As String, _
    keepCheckedOut As Boolean, _
    <OutAttribute> ByRef numCheckedIn As Integer _
) As Integer
int Checkin(
    string[] localPaths,
    int count,
    string[] serverPaths,
    int serverCount,
    string comment,
    bool keepCheckedOut,
    out int numCheckedIn
)

Paramètres

Valeur de retour

Type : System.Int32
retourne Int32 ;

Sécurité .NET Framework

Voir aussi

Référence

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms