共用方式為


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

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

語法

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

參數

備註

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

.NET Framework 安全性

請參閱

參考

Workspace 類別

Update 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間