Compartir a través de


IVersionControlService.Checkin (Método)

Espacio de nombres:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Ensamblado:  Microsoft.VisualStudio.TeamFoundation.VersionControl (en Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

Tipo: System.Int32
Devuelva Int32.

Seguridad de .NET Framework

Vea también

Referencia

IVersionControlService Interfaz

Microsoft.VisualStudio.TeamFoundation.VersionControl (Espacio de nombres)