共用方式為


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
    解除擱置到工作區的擁有人。

傳回值

型別:Microsoft.TeamFoundation.VersionControl.Server.Shelveset
反映所需的變更向用戶端狀態的 GetOperations。

備註

用戶端呼叫順序:1) 呼叫 Unshelve()。 2) 對於每 GetOperation 傳回:) 使用應用程式或 item.asmx,下載檔案嗎? pcid=X X 是暫止的變更 ID, b) 呼叫 UpdateLocalVersion,傳入區域資訊和暫止的變更 id. 的位置 如果步驟 2 中斷,則 Get() 的後續呼叫會傳回未經驗證的項目。 擱置集就會維持不變,在這個呼叫,不過,可能會立即刪除之後,在步驟 2) 完成之前。

如果有任何錯誤,則會傳回所有作業將會失敗。

.NET Framework 安全性

請參閱

參考

Repository 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間