Compartir a través de


FrameworkProfileHttpClient.GetAttributesAsync (Método) (Guid, AttributesQueryContext, Object)

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

Sintaxis

'Declaración
Public Overridable Function GetAttributesAsync ( _
    id As Guid, _
    attributesQueryContext As AttributesQueryContext, _
    userState As Object _
) As Task(Of Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute)))
public virtual Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> GetAttributesAsync(
    Guid id,
    AttributesQueryContext attributesQueryContext,
    Object userState
)

Parámetros

Valor devuelto

Tipo: System.Threading.Tasks.Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>

Seguridad de .NET Framework

Vea también

Referencia

FrameworkProfileHttpClient Clase

GetAttributesAsync (Sobrecarga)

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