Freigeben über


IVersionControlService.Checkin-Methode

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVersionControlService Schnittstelle

Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace