TeamFoundationIdentityService.CreateScope 方法

创建 TFS 组作用域 (类似于团队项目的范围)。

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

语法

声明
Public Function CreateScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    scopeName As String, _
    adminGroupName As String, _
    adminGroupDescription As String _
) As IdentityDescriptor
public IdentityDescriptor CreateScope(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    string scopeName,
    string adminGroupName,
    string adminGroupDescription
)

参数

  • adminGroupDescription
    类型:System.String
    管理员组的描述。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
管理员组的描述符。

实现

ITeamFoundationIdentityService.CreateScope(TeamFoundationRequestContext, String, String, String, String)

.NET Framework 安全性

请参见

参考

TeamFoundationIdentityService 类

Microsoft.TeamFoundation.Framework.Server 命名空间