共用方式為


TeamFoundationVersionControlService.Shelve 方法 (TeamFoundationRequestContext, String, String, array<String[], Shelveset, Boolean, PathLength)

複製到擱置集的暫止變更。 變更工作區將維持不變。

命名空間:  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, _
    maxClientPathLength As PathLength _
) As List(Of Failure)
public List<Failure> Shelve(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string workspaceOwner,
    string[] serverItems,
    Shelveset shelveset,
    bool replace,
    PathLength maxClientPathLength
)

參數

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

傳回值

類型:System.Collections.Generic.List<Failure>
發生,當嘗試擱置時失敗的清單。

備註

Shelve() 的呼叫順序類似 Checkin()。 用戶端應:,如果「移動」行為所需, 1) 呼叫每個編譯之檔案的 QueryPendingSets() 2),從 1) 4) 呼叫 UndoPendingChanges() 上載與伺服器項目清單的內容 3) 呼叫 Shelve() 。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Shelve 多載

Microsoft.TeamFoundation.VersionControl.Server 命名空間