Repository.Unshelve 方法
擱置的複本變更到工作區中。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function Unshelve ( _
shelvesetName As String, _
shelvesetOwner As String, _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
<OutAttribute> ByRef failures As List(Of Failure), _
<OutAttribute> ByRef getOperations As StreamingCollection(Of GetOperation) _
) As Shelveset
[WebMethodAttribute]
public Shelveset Unshelve(
string shelvesetName,
string shelvesetOwner,
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
out List<Failure> failures,
out StreamingCollection<GetOperation> getOperations
)
參數
- shelvesetName
型別:System.String
解除擱置的擱置集的名稱。
- shelvesetOwner
型別:System.String
解除擱置的擱置集擁有人。
- workspaceName
型別:System.String
解除擱置的工作區的名稱。
- workspaceOwner
型別:System.String
解除擱置到工作區的擁有人。
- items
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
解除擱置的 ItemSpecs (本機、伺服器、萬用字元,遞迴的決定)。
- failures
型別:System.Collections.Generic.List<Failure>%
防止解除擱置的錯誤清單時發生。
- getOperations
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>%
傳回值
型別:Microsoft.TeamFoundation.VersionControl.Server.Shelveset
反映所需的變更向用戶端狀態的 GetOperations。
備註
用戶端呼叫順序:1) 呼叫 Unshelve()。 2) 對於每 GetOperation 傳回:) 使用應用程式或 item.asmx,下載檔案嗎? pcid=X X 是暫止的變更 ID, b) 呼叫 UpdateLocalVersion,傳入區域資訊和暫止的變更 id. 的位置 如果步驟 2 中斷,則 Get() 的後續呼叫會傳回未經驗證的項目。 擱置集就會維持不變,在這個呼叫,不過,可能會立即刪除之後,在步驟 2) 完成之前。
如果有任何錯誤,則會傳回所有作業將會失敗。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。