Update a workspace. The name, comment, and working folders may be changed. The database is the one referenced by changedWorkspace (workspaces cannot be moved across databases).
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)
Visual Basic (Declaration)
Public Sub Update ( _
newName As String, _
newComment As String, _
newMappings As WorkingFolder() _
)
Dim instance As Workspace
Dim newName As String
Dim newComment As String
Dim newMappings As WorkingFolder()
instance.Update(newName, newComment, newMappings)
public void Update (
string newName,
string newComment,
WorkingFolder[] newMappings
)
public:
void Update (
String^ newName,
String^ newComment,
array<WorkingFolder^>^ newMappings
)
public void Update (
String newName,
String newComment,
WorkingFolder[] newMappings
)
public function Update (
newName : String,
newComment : String,
newMappings : WorkingFolder[]
)
Parameters
- newName
The new name.
- newComment
The new comment.
- newMappings
The new mappings.