Partager via


TeamFoundationAccessControlService.QueryServiceIdentities, méthode (TeamFoundationRequestContext, array<String[], Boolean)

Interroge des identités du service de nom

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

Syntaxe

'Déclaration
Public Function QueryServiceIdentities ( _
    requestContext As TeamFoundationRequestContext, _
    serviceIdentityNames As String(), _
    includeMemberships As Boolean _
) As ServiceIdentity()
public ServiceIdentity[] QueryServiceIdentities(
    TeamFoundationRequestContext requestContext,
    string[] serviceIdentityNames,
    bool includeMemberships
)

Paramètres

  • serviceIdentityNames
    Type : array<System.String[]
    Les noms d'identité du service pour interroger
  • includeMemberships
    Type : System.Boolean
    Si inclure les informations d'appartenance

Valeur de retour

Type : array<Microsoft.TeamFoundation.Framework.Server.ServiceIdentity[]
Les identités du service

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationAccessControlService Classe

QueryServiceIdentities, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms