Método RepositoryExtensions.CheckIn
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
<WebMethodAttribute> _
Public Function CheckIn ( _
workspaceName As String, _
ownerName As String, _
serverItems As String(), _
info As Changeset, _
checkinNotificationInfo As CheckinNotificationInfo, _
checkinOptions As Integer, _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure), _
deferCheckIn As Boolean, _
checkInTicket As Integer _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckIn(
string workspaceName,
string ownerName,
string[] serverItems,
Changeset info,
CheckinNotificationInfo checkinNotificationInfo,
int checkinOptions,
out StreamingCollection<Failure> failures,
bool deferCheckIn,
int checkInTicket
)
Parâmetros
- workspaceName
Tipo: System.String
- ownerName
Tipo: System.String
- serverItems
Tipo: array<System.String[]
- checkinNotificationInfo
Tipo: Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
- checkinOptions
Tipo: System.Int32
- failures
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
- deferCheckIn
Tipo: System.Boolean
- checkInTicket
Tipo: System.Int32
Valor de retorno
Tipo: Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
Retorna CheckinResult.
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.