IVersionControlService.Checkout, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- items
Type : array<System.String[]
- count
Type : System.Int32
- silentCheckOut
Type : System.Boolean
- fileReloaded
Type : System.Boolean%
Valeur de retour
Type : System.Int32
retourne Int32 ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms