Compartir a través de


IProfileService.GetAttributes (Método)

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

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IProfileService Interfaz

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