Compartilhar via


Método IProfileService.GetAttributes

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

Sintaxe

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

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IProfileService Interface

Namespace Microsoft.VisualStudio.Services.Profile