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
- items
Type: array<System.String[]
- count
Type: System.Int32
- silentCheckOut
Type: System.Boolean
- fileReloaded
Type: System.Boolean%
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