Compartilhar via


Método IProfileService.Get

Recupera o perfil associado com a identificação de identidade determinada

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Function Get ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    queryContext As ProfileQueryContext _
) As Profile
Profile Get(
    TeamFoundationRequestContext requestContext,
    Guid id,
    ProfileQueryContext queryContext
)

Parâmetros

  • id
    Tipo: System.Guid
    O GUID da identidade ao qual o perfil está associado.Existe um mapeamento 1 para 1 entre uma identidade e um perfil

Valor de retorno

Tipo: Microsoft.VisualStudio.Services.Profile.Profile

Segurança do .NET Framework

Consulte também

Referência

IProfileService Interface

Namespace Microsoft.VisualStudio.Services.Profile