Udostępnij za pośrednictwem


Metoda TeamFoundationIdentityService.CreateScope —

Tworzenie zakresu dla grup TFS (podobny do zakresu zespołu projektu).

Przestrzeń nazw:  Microsoft.TeamFoundation.Framework.Server
Zestaw:  Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)

Składnia

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

Parametry

  • adminGroupDescription
    Typ: System.String
    Opis grupy administratora.

Wartość zwracana

Typ: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
Deskryptor grupy Administratorzy.

Implementuje

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TeamFoundationIdentityService Klasa

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Server