Compartir a través de


ProfileHttpClient.GetAttributesAsync (Método) (AttributesQueryContext, Object)

Espacio de nombres:  Microsoft.VisualStudio.Services.Profile.Client
Ensamblado:  Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxis

'Declaración
Public Overridable Function GetAttributesAsync ( _
    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(
    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

ProfileHttpClient Clase

GetAttributesAsync (Sobrecarga)

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