TeamFoundationIdentityService.CreateApplicationGroup 方法 (TeamFoundationRequestContext, String, String, String, Boolean, Boolean)
建立 TFS 應用程式群組。
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Public Function CreateApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
groupName As String, _
groupDescription As String, _
scopeLocal As Boolean, _
hasRestrictedVisibility As Boolean _
) As TeamFoundationIdentity
public TeamFoundationIdentity CreateApplicationGroup(
TeamFoundationRequestContext requestContext,
string projectUri,
string groupName,
string groupDescription,
bool scopeLocal,
bool hasRestrictedVisibility
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
型別:System.String
- groupName
型別:System.String
name
- groupDescription
型別:System.String
說明。可以是 null。
- scopeLocal
型別:System.Boolean
群組可以包含從不同領域的群組嗎?例如: 專案群組只能包含來自同一個專案的專案群組。
- hasRestrictedVisibility
型別:System.Boolean
受限制的可視性。
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity
IdentityDescriptor 建立的群組。
實作
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。