Método IVersionControlService.Checkin
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- localPaths
Tipo: array<System.String[]
- count
Tipo: System.Int32
- serverPaths
Tipo: array<System.String[]
- serverCount
Tipo: System.Int32
- comment
Tipo: System.String
- keepCheckedOut
Tipo: System.Boolean
- numCheckedIn
Tipo: System.Int32%
Valor de retorno
Tipo: System.Int32
Retorna Int32.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
IVersionControlService Interface
Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl