BuildClientUtil.CreateWorkspace メソッド
名前空間: Microsoft.TeamFoundation.Build.Client
アセンブリ: Microsoft.TeamFoundation.Build.Client (Microsoft.TeamFoundation.Build.Client.dll 内)
構文
'宣言
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
)
パラメーター
- versionControl
型 : Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
- name
型 : System.String
- folders
型 : System.Collections.Generic.IEnumerable<WorkingFolder>
- comment
型 : System.String
- wsSecurity
型 : System.Collections.Generic.IEnumerable<AccessControlEntry>
戻り値
型 : Microsoft.TeamFoundation.VersionControl.Client.Workspace
Workspace を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。