TeamFoundationIdentityService.CreateScope 方法

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

语法

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

参数

返回值

类型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor

实现

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

.NET Framework 安全性

请参阅

参考

TeamFoundationIdentityService 类

Microsoft.TeamFoundation.Server.Core 命名空间