共用方式為


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
)

參數

  • 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) 呼叫與 1) 的伺服器項目清單的 Shelve() 。4) ,如果「移動所需的行為,請呼叫 UndoPendingChanges() 。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Shelve 多載

Microsoft.TeamFoundation.VersionControl.Server 命名空間