Método ProfileHttpClientBase.GetAttributesAsync
Namespace: Microsoft.VisualStudio.Services.Profile.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Threading.Tasks.Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.