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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。