Partager via


IProfileService.GetAttributes, méthode

Espace de noms :  Microsoft.VisualStudio.Services.Profile
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Function GetAttributes ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    attributesQueryContext As AttributesQueryContext _
) As Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute))
Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>> GetAttributes(
    TeamFoundationRequestContext requestContext,
    Guid id,
    AttributesQueryContext attributesQueryContext
)

Paramètres

Valeur de retour

Type : System.Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>

Sécurité .NET Framework

Voir aussi

Référence

IProfileService Interface

Microsoft.VisualStudio.Services.Profile, espace de noms