TeamFoundationVersionControlService.Shelve 方法 (TeamFoundationRequestContext, String, String, array<String[], Shelveset, Boolean)
複製到擱置集的暫止變更。 變更工作區也將維持不變。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function Shelve ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
serverItems As String(), _
shelveset As Shelveset, _
replace As Boolean _
) As List(Of Failure)
public List<Failure> Shelve(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
string[] serverItems,
Shelveset shelveset,
bool replace
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- workspaceName
類型:System.String
擱置的工作區名稱。
- workspaceOwner
類型:System.String
工作區的擁有人的使用者名稱。
- serverItems
類型:array<System.String[]
擱置的項目清單。
- shelveset
類型:Microsoft.TeamFoundation.VersionControl.Server.Shelveset
擱置集物件填入中繼資料 (名稱、擁有人、註解等等)。
- replace
類型:System.Boolean
如果為 true 且已經有相同名稱的擱置集,它將會刪除。
傳回值
類型:System.Collections.Generic.List<Failure>
發生,當嘗試擱置時失敗的清單。
備註
Shelve() 的呼叫順序類似 Checkin()。
用戶端應:1) 呼叫 QueryPendingSets()。2) 對於每個編譯的檔案,請上傳內容。3) 呼叫與 1) 的伺服器項目清單的 Shelve() 。4) ,如果「移動所需的行為,請呼叫 UndoPendingChanges() 。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。