Método FrameworkProfileHttpClient.GetAttributesAsync (Guid, AttributesQueryContext, Object)
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
- id
Tipo: System.Guid
- attributesQueryContext
Tipo: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
- 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.
Consulte também
Referência
FrameworkProfileHttpClient Classe