RepositoryExtensions.CheckInShelveset-Methode
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<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
)
Parameter
- shelvesetName
Typ: System.String
- ownerName
Typ: System.String
- changesetOwner
Typ: System.String
- checkinNotificationInfo
Typ: Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
- checkinOptions
Typ: System.Int32
- failures
Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
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.