IVersionControlService.Checkout-Methode
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
)
Parameter
- items
Typ: array<System.String[]
- count
Typ: System.Int32
- silentCheckOut
Typ: System.Boolean
- fileReloaded
Typ: System.Boolean%
Rückgabewert
Typ: System.Int32
Gibt Int32 zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IVersionControlService Schnittstelle
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace