IIdentityManagementService.CreateApplicationGroup 方法

创建一个 TFS 应用程序组

命名空间:  Microsoft.TeamFoundation.Framework.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Function CreateApplicationGroup ( _
    scopeId As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateApplicationGroup(
    string scopeId,
    string groupName,
    string groupDescription
)

参数

  • scopeId
    类型:System.String
    范围 URI,指定组范围是否项目级别或全局的。此托管。空或 null 的值表示全局范围

返回值

类型:Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
创建组的 IdentityDescriptor

.NET Framework 安全性

请参阅

参考

IIdentityManagementService 接口

Microsoft.TeamFoundation.Framework.Client 命名空间