Compartir a través de


IProfileService.Get (Método)

Recupera el perfil asociado a la identificación especificada de identidad

Espacio de nombres:  Microsoft.VisualStudio.Services.Profile
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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
    Guid de la identidad en la que se asocia el perfil.Existe una asignación 1 a 1 entre una identidad y un perfil

Valor devuelto

Tipo: Microsoft.VisualStudio.Services.Profile.Profile

Seguridad de .NET Framework

Vea también

Referencia

IProfileService Interfaz

Microsoft.VisualStudio.Services.Profile (Espacio de nombres)