BuildClientUtil.CreateWorkspace-Methode
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function CreateWorkspace ( _
versionControl As VersionControlServer, _
name As String, _
folders As IEnumerable(Of WorkingFolder), _
comment As String, _
wsSecurity As IEnumerable(Of AccessControlEntry) _
) As Workspace
public static Workspace CreateWorkspace(
VersionControlServer versionControl,
string name,
IEnumerable<WorkingFolder> folders,
string comment,
IEnumerable<AccessControlEntry> wsSecurity
)
Parameter
- versionControl
Typ: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
- name
Typ: System.String
- folders
Typ: System.Collections.Generic.IEnumerable<WorkingFolder>
- comment
Typ: System.String
- wsSecurity
Typ: System.Collections.Generic.IEnumerable<AccessControlEntry>
Rückgabewert
Typ: Microsoft.TeamFoundation.VersionControl.Client.Workspace
Gibt Workspace zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.