ITeamFoundationIdentityService.CreateApplicationGroup 方法 (TeamFoundationRequestContext, String, String, String, Boolean, Boolean)
建立 TFS 應用程式群組。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Function CreateApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
groupName As String, _
groupDescription As String, _
scopeLocal As Boolean, _
hasRestrictedVisibility As Boolean _
) As TeamFoundationIdentity
TeamFoundationIdentity CreateApplicationGroup(
TeamFoundationRequestContext requestContext,
string projectUri,
string groupName,
string groupDescription,
bool scopeLocal,
bool hasRestrictedVisibility
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
如果是 null 或空白,群組會在伺服器範圍;或群組會在範圍中每一個參數。
- projectUri
類型:System.String
群組名稱。
- groupName
類型:System.String
描述。可以是 null。
- groupDescription
類型:System.String
群組可以是從不同範圍的包含群組可以中?(例如專案群組只能包含從相同專案的專案群組)。
- scopeLocal
類型:System.Boolean
有限的可視性。
- hasRestrictedVisibility
類型:System.Boolean
傳回值
類型:Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
建立的群組 IdentityDescriptor。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。