Share via


IVersionControlService.Checkin Method

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
)
int Checkin(
    [InAttribute] array<String^>^ localPaths, 
    int count, 
    [InAttribute] array<String^>^ serverPaths, 
    int serverCount, 
    [InAttribute] String^ comment, 
    [InAttribute] bool keepCheckedOut, 
    [OutAttribute] int% numCheckedIn
)
abstract Checkin : 
        localPaths:string[] * 
        count:int * 
        serverPaths:string[] * 
        serverCount:int * 
        comment:string * 
        keepCheckedOut:bool * 
        numCheckedIn:int byref -> int
function Checkin(
    localPaths : String[], 
    count : int, 
    serverPaths : String[], 
    serverCount : int, 
    comment : String, 
    keepCheckedOut : boolean, 
    numCheckedIn : int
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace