Share via


ITeamFoundationIdentityService.ListApplicationGroups, méthode (TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)

Répertorie tous les groupes d'applications de TFS dans la portée spécifiée.

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

Syntaxe

'Déclaration
Function ListApplicationGroups ( _
    requestContext As TeamFoundationRequestContext, _
    scope As String, _
    readOptions As ReadIdentityOptions, _
    propertyNameFilters As IEnumerable(Of String), _
    propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ListApplicationGroups(
    TeamFoundationRequestContext requestContext,
    string scope,
    ReadIdentityOptions readOptions,
    IEnumerable<string> propertyNameFilters,
    IdentityPropertyScope propertyScope
)

Paramètres

  • scope
    Type : System.String
    Si null ou vide, groupes d'applications au serveur que la portée figurera ; ou des groupes d'applications à la portée du projet, par ce paramètre, sont indiqués.
  • propertyNameFilters
    Type : System.Collections.Generic.IEnumerable<String>
    Uniquement requis lorsque les options de lecture inclut les propriétés étendues, consultez l'API de service de propriété.Peut être null sinon.

Valeur de retour

Type : array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
Groupes d'applications comme un tableau d'identités.

Sécurité .NET Framework

Voir aussi

Référence

ITeamFoundationIdentityService Interface

ListApplicationGroups, surcharge

Microsoft.TeamFoundation.Server.Core, espace de noms