TeamFoundationVersionControlService.CheckInShelveset 方法
提供簽入送出現有的擱置集。 ,包含至完成,工作項目與變更集產生關聯或已解析。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function CheckInShelveset ( _
requestContext As TeamFoundationRequestContext, _
shelvesetName As String, _
ownerName As String, _
changesetOwner As String, _
checkinNotificationInfo As CheckinNotificationInfo, _
checkinOptions As Integer _
) As TeamFoundationDataReader
public TeamFoundationDataReader CheckInShelveset(
TeamFoundationRequestContext requestContext,
string shelvesetName,
string ownerName,
string changesetOwner,
CheckinNotificationInfo checkinNotificationInfo,
int checkinOptions
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- shelvesetName
型別:System.String
送出的擱置集的名稱。
- ownerName
型別:System.String
擱置集的擁有人。
- changesetOwner
型別:System.String
變更集的作者。
- checkinNotificationInfo
型別:Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
資訊由簽入告知服務需求。
- checkinOptions
型別:System.Int32
控制項驗證的選項。
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
含有結果的 TeamFoundationDataReader 以下列順序執行:CheckInResult -使用變更集建立的新版本中的變更簽入結果。[in] 失敗時,會嘗試將簽入時衝突的清單。[in] 失敗發生錯誤,便會嘗試在簽入時錯誤和警告的清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。