Workspace.Update 方法 (String, String, String, array<WorkingFolder[], Boolean)

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

語法

'宣告
Public Sub Update ( _
    newName As String, _
    newOwner As String, _
    newComment As String, _
    newMappings As WorkingFolder(), _
    removeUnparentedCloaks As Boolean _
)
public void Update(
    string newName,
    string newOwner,
    string newComment,
    WorkingFolder[] newMappings,
    bool removeUnparentedCloaks
)

參數

  • removeUnparentedCloaks
    類型:System.Boolean
    true 表示移除可以安全忽略的對應錯誤。移除對應錯誤則為 false。

備註

您可以變更名稱、註解和工作資料夾。 儲存機制。changedWorkspace 參考。(您無法移動儲存機制的工作區)。

.NET Framework 安全性

請參閱

參考

Workspace 類別

Update 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間