Freigeben über


Repository.CreateWorkspace-Methode

Diese Funktion wird ein neuer Arbeitsbereich für einen bestimmten Benutzer.

Der Arbeitsbereich darf nicht bereits vorhanden sind.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CreateWorkspace ( _
    workspace As Workspace _
) As Workspace
[WebMethodAttribute]
public Workspace CreateWorkspace(
    Workspace workspace
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Server.Workspace
Neue Arbeitsbereichsinformationen.Die Bereinigung "die" enthalten, die vom Server ausgeführt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace