ProfileHttpClientBase.GetAttributesAsync (Método)
Espacio de nombres: Microsoft.VisualStudio.Services.Profile.Client
Ensamblado: Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxis
'Declaración
Protected Overridable Function GetAttributesAsync ( _
attributesQueryContext As AttributesQueryContext, _
id As String, _
userState As Object _
) As Task(Of Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute)))
protected virtual Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> GetAttributesAsync(
AttributesQueryContext attributesQueryContext,
string id,
Object userState
)
Parámetros
- attributesQueryContext
Tipo: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
- id
Tipo: System.String
- userState
Tipo: System.Object
Valor devuelto
Tipo: System.Threading.Tasks.Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Services.Profile.Client (Espacio de nombres)