Share via


IVersionControlService.Checkout Method

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

Syntax

'Declaration
Function Checkout ( _
    context As VersionControlContextFlags, _
    items As String(), _
    count As Integer, _
    lockLevel As VersionControlLockLevel, _
    silentCheckOut As Boolean, _
    <OutAttribute> ByRef fileReloaded As Boolean _
) As Integer
int Checkout(
    VersionControlContextFlags context,
    string[] items,
    int count,
    VersionControlLockLevel lockLevel,
    bool silentCheckOut,
    out bool fileReloaded
)
int Checkout(
    [InAttribute] VersionControlContextFlags context, 
    [InAttribute] array<String^>^ items, 
    int count, 
    [InAttribute] VersionControlLockLevel lockLevel, 
    [InAttribute] bool silentCheckOut, 
    [OutAttribute] bool% fileReloaded
)
abstract Checkout : 
        context:VersionControlContextFlags * 
        items:string[] * 
        count:int * 
        lockLevel:VersionControlLockLevel * 
        silentCheckOut:bool * 
        fileReloaded:bool byref -> int
function Checkout(
    context : VersionControlContextFlags, 
    items : String[], 
    count : int, 
    lockLevel : VersionControlLockLevel, 
    silentCheckOut : boolean, 
    fileReloaded : boolean
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace