Condividi tramite


Metodo IProfileService.Get

Recupera il profilo associato all'ID di identità

Spazio dei nomi:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Function Get ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    queryContext As ProfileQueryContext _
) As Profile
Profile Get(
    TeamFoundationRequestContext requestContext,
    Guid id,
    ProfileQueryContext queryContext
)

Parametri

  • id
    Tipo: System.Guid
    Il GUID dell'identità con cui il profilo è associato.Esiste un mapping 1 a 1 tra un'identità e un profilo

Valore restituito

Tipo: Microsoft.VisualStudio.Services.Profile.Profile

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProfileService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Services.Profile