Share via


FrameworkProfileHttpClient.GetAttributesAsync-Methode (Guid, AttributesQueryContext, Object)

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FrameworkProfileHttpClient Klasse

GetAttributesAsync-Überladung

Microsoft.VisualStudio.Services.Profile-Namespace