共用方式為


Repository.Shelve 方法

複製到擱置集的暫止變更。 變更這個工作區中也會保持不變。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
<WebMethodAttribute> _
Public Function Shelve ( _
    workspaceName As String, _
    workspaceOwner As String, _
    serverItems As String(), _
    shelveset As Shelveset, _
    replace As Boolean _
) As List(Of Failure)
[WebMethodAttribute]
public List<Failure> Shelve(
    string workspaceName,
    string workspaceOwner,
    string[] serverItems,
    Shelveset shelveset,
    bool replace
)

參數

  • workspaceName
    型別:System.String
    擱置的工作區名稱。
  • workspaceOwner
    型別:System.String
    工作區的擁有人的使用者名稱。
  • serverItems
    型別:array<System.String[]
    擱置的項目清單。
  • replace
    型別:System.Boolean
    如果為 true 且已經有相同名稱的擱置集,則會刪除。

傳回值

型別:System.Collections.Generic.List<Failure>

備註

Shelve() 的呼叫順序類似 Checkin()。

用戶端應該進行下列作業:1) 呼叫 QueryPendingSets()。 2) 對於每個編輯檔案,請上載內容。 3) 呼叫與伺服器項目清單的 Shelve() 從 1) 的。 4) ,如果「移動」行為時,請呼叫 UndoPendingChanges()。

.NET Framework 安全性

請參閱

參考

Repository 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間