Freigeben über


VersionControlServer.CreateWorkspace-Methode (String, String, String, array<WorkingFolder )

Erstellt einen neuen Workspace.

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

Syntax

'Declaration
Public Function CreateWorkspace ( _
    name As String, _
    owner As String, _
    comment As String, _
    mappings As WorkingFolder() _
) As Workspace
public Workspace CreateWorkspace(
    string name,
    string owner,
    string comment,
    WorkingFolder[] mappings
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Client.Workspace
Das neu erstellte Workspace-Objekt.

Hinweise

Die aufrufende Identität muss die globale Berechtigung CreateWorkspace haben.Diese Methode gibt einen Verweis auf ein Arbeitsbereichsobjekt zurück.Das Computerattribut wird auf dem aktuellen Computer übernommen.Eine - Ausnahme wird ausgelöst, wenn der Arbeitsbereich nicht erstellt werden kann.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

CreateWorkspace-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace