Freigeben über


TeamFoundationIdentityService.CreateScope-Methode

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationIdentityService Klasse

Microsoft.TeamFoundation.Server.Core-Namespace