Partager via


ITeamFoundationIdentityService.CreateApplicationGroup, méthode (TeamFoundationRequestContext, String, String, String)

Crée un groupe d'applications de TFS.

Espace de noms :  Microsoft.TeamFoundation.Server.Core
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
Function CreateApplicationGroup ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    groupName As String, _
    groupDescription As String _
) As TeamFoundationIdentity
TeamFoundationIdentity CreateApplicationGroup(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    string groupName,
    string groupDescription
)

Paramètres

  • scopeId
    Type : System.String
    URI de projet.Si null ou vide, le groupe est créé à la portée du serveur ; ou le groupe est créé dans la portée de projet par ce paramètre.
  • groupDescription
    Type : System.String
    Description.Peut avoir la valeur null.

Valeur de retour

Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
L'identité du groupe créée.

Sécurité .NET Framework

Voir aussi

Référence

ITeamFoundationIdentityService Interface

CreateApplicationGroup, surcharge

Microsoft.TeamFoundation.Server.Core, espace de noms