Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- localPaths
 Type: array<System.String[]
- count
 Type: System.Int32
- serverPaths
 Type: array<System.String[]
- serverCount
 Type: System.Int32
- comment
 Type: System.String
- keepCheckedOut
 Type: System.Boolean
- numCheckedIn
 Type: System.Int32%
Return Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace