BuildClientUtil.CreateWorkspace, méthode
Espace de noms : Microsoft.TeamFoundation.Build.Client
Assembly : Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- versionControl
Type : Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
- name
Type : System.String
- folders
Type : System.Collections.Generic.IEnumerable<WorkingFolder>
- comment
Type : System.String
- wsSecurity
Type : System.Collections.Generic.IEnumerable<AccessControlEntry>
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Client.Workspace
retourne Workspace ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.