Share via


IdentityService.CreateScope (Método)

Espacio de nombres:  Microsoft.VisualStudio.Services.Identity
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public MustOverride Function CreateScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As Guid, _
    parentScopeId As Guid, _
    scopeType As GroupScopeType, _
    scopeName As String, _
    adminGroupName As String, _
    adminGroupDescription As String, _
    creatorId As Guid _
) As IdentityScope
public abstract IdentityScope CreateScope(
    TeamFoundationRequestContext requestContext,
    Guid scopeId,
    Guid parentScopeId,
    GroupScopeType scopeType,
    string scopeName,
    string adminGroupName,
    string adminGroupDescription,
    Guid creatorId
)

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.Services.Identity.IdentityScope

Seguridad de .NET Framework

Vea también

Referencia

IdentityService Clase

Microsoft.VisualStudio.Services.Identity (Espacio de nombres)