Método RepositoryExtensions.CheckInShelveset
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
<WebMethodAttribute> _
Public Function CheckInShelveset ( _
shelvesetName As String, _
ownerName As String, _
changesetOwner As String, _
checkinNotificationInfo As CheckinNotificationInfo, _
checkinOptions As Integer, _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckInShelveset(
string shelvesetName,
string ownerName,
string changesetOwner,
CheckinNotificationInfo checkinNotificationInfo,
int checkinOptions,
out StreamingCollection<Failure> failures
)
Parâmetros
- shelvesetName
Tipo: System.String
- ownerName
Tipo: System.String
- changesetOwner
Tipo: System.String
- checkinNotificationInfo
Tipo: Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
- checkinOptions
Tipo: System.Int32
- failures
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
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.