IVersionControlService.Checkin, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- 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%
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