Поделиться через


IdentityService.CreateScope - метод

Пространство имен:  Microsoft.VisualStudio.Services.Identity
Сборка:  Microsoft.TeamFoundation.Framework.Server (в Microsoft.TeamFoundation.Framework.Server.dll)

Синтаксис

'Декларация
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
)

Параметры

Возвращаемое значение

Тип: Microsoft.VisualStudio.Services.Identity.IdentityScope

Безопасность платформы .NET Framework

См. также

Ссылки

IdentityService Класс

Microsoft.VisualStudio.Services.Identity - пространство имен