Compartilhar via


Método IdentityManagementWebService.ReadIdentitiesById

Identidades de leitura pelo ID do Team Foundation. Observação - execução MAIS RÁPIDA quando nenhuma informação da associação é solicitada.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
<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
)

Parâmetros

  • queryMembership
    Tipo: System.Int32
    nenhuma, informações de associação diretas ou expandidas

Valor de retorno

Tipo: array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
Matriz de identidades, correspondência de 1 para 1 com matriz de entrada.

Segurança do .NET Framework

Consulte também

Referência

IdentityManagementWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices