RepositoryExtensions.CheckIn-Methode
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<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
)
Parameter
- workspaceName
Typ: System.String
- ownerName
Typ: System.String
- serverItems
Typ: array<System.String[]
- checkinNotificationInfo
Typ: Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
- checkinOptions
Typ: System.Int32
- failures
Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
- deferCheckIn
Typ: System.Boolean
- checkInTicket
Typ: System.Int32
Rückgabewert
Typ: Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
Gibt CheckinResult zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.