Workspace.Update 方法 (String, String, array<WorkingFolder[], Boolean)
命名空間: 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(), _
removeUnparentedCloaks As Boolean _
)
public void Update(
string newName,
string newComment,
WorkingFolder[] newMappings,
bool removeUnparentedCloaks
)
參數
- newName
型別:System.String
新的名稱。
- newComment
型別:System.String
新註解。
- newMappings
型別:array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]
新對應。
- removeUnparentedCloaks
型別:System.Boolean
true 表示移除可以安全忽略的對應錯誤。移除對應錯誤則為 false。
備註
您可以變更名稱、註解和工作資料夾。 儲存機制。changedWorkspace 參考。 (您無法移動儲存機制的工作區)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。