Freigeben über


TeamFoundationVersionControlService.UpdateWorkspace-Methode

Ändert Arbeitsbereichseigenschaften und Arbeitsordnerzuordnungen.

Arbeitsbereichsbesitzer kann nicht geändert werden.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Function UpdateWorkspace ( _
    requestContext As TeamFoundationRequestContext, _
    oldWorkspaceName As String, _
    ownerName As String, _
    newWorkspace As Workspace, _
    supportedFeatures As Integer _
) As Workspace
public Workspace UpdateWorkspace(
    TeamFoundationRequestContext requestContext,
    string oldWorkspaceName,
    string ownerName,
    Workspace newWorkspace,
    int supportedFeatures
)

Parameter

  • oldWorkspaceName
    Typ: System.String
    Name des Arbeitsbereichs vor dem Aktualisieren.
  • ownerName
    Typ: System.String
    Besitzer des Arbeitsbereichs (einschließlich) Domäne.
  • supportedFeatures
    Typ: System.Int32
    Die Funktionen unterstützt vom Client, int, die die kombinierten Werte der SupportedFeatures-Enumeration enthält.

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Server.Workspace
Neue Arbeitsbereichseigenschaften.Kann vom Server gelöscht werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationVersionControlService Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace