Repository4.CheckInShelveset 方法
送出簽入現有的擱置集。 與變更集相關聯的工作項目將相關或簽入完成之後儘速判斷已解決。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function CheckInShelveset ( _
shelvesetName As String, _
ownerName As String, _
changesetOwner As String, _
checkinNotificationInfo As CheckinNotificationInfo, _
checkinOptions As Integer, _
<OutAttribute> ByRef conflicts As StreamingCollection(Of Failure), _
<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> conflicts,
out StreamingCollection<Failure> failures
)
參數
- shelvesetName
型別:System.String
若要送出的擱置集名稱。
- ownerName
型別:System.String
擱置集的擁有者。
- changesetOwner
型別:System.String
變更集的作者。
- checkinNotificationInfo
型別:Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
簽入通知服務所需的資訊。
- checkinOptions
型別:System.Int32
若要控制驗證選項。
- conflicts
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
衝突發生時嘗試要簽入的清單。
- failures
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
錯誤和警告發生時嘗試要簽入的清單。
傳回值
型別:Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
與建立變更集簽入結果,並復原的變更。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。