Partager via


IdentityManagementWebService.ReadIdentitiesById, méthode

Identités de lecture par ID. Team Foundation Remarque - exécute LE PLUS RAPIDEMENT lorsqu'aucune informations d'appartenance n'est demandée.

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

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function ReadIdentitiesById ( _
    teamFoundationIds As Guid(), _
    queryMembership As Integer, _
    features As Integer, _
    options As Integer, _
    propertyNameFilters As String(), _
    propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ReadIdentitiesById(
    Guid[] teamFoundationIds,
    int queryMembership,
    int features,
    int options,
    string[] propertyNameFilters,
    int propertyScope
)

Paramètres

  • queryMembership
    Type : System.Int32
    les informations d'appartenance None, directes ou développées

Valeur de retour

Type : array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
Choix d'identités, correspondance 1 à 1 du tableau d'entrée.

Sécurité .NET Framework

Voir aussi

Référence

IdentityManagementWebService Classe

Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms