RepositoryExtensions.CheckIn, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- workspaceName
Type : System.String
- ownerName
Type : System.String
- serverItems
Type : array<System.String[]
- checkinNotificationInfo
Type : Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
- checkinOptions
Type : System.Int32
- failures
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
- deferCheckIn
Type : System.Boolean
- checkInTicket
Type : System.Int32
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
retourne CheckinResult ;
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
Microsoft.TeamFoundation.VersionControl.Server, espace de noms