Share via


TeamFoundationIdentityService.CreateScope-Methode

Erstellen Sie einen Bereich für TFS-Gruppen (ähnlich wie Team Projektumfang).

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

Syntax

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

Parameter

  • adminGroupDescription
    Typ: System.String
    Beschreibung der Admin-Gruppe.

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
Beschreibung der Gruppe "Administratoren".

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationIdentityService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace