Freigeben über


ProfileHttpClient.GetAttributesAsync-Methode (AttributesQueryContext, Object)

Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClient Klasse

GetAttributesAsync-Überladung

Microsoft.VisualStudio.Services.Profile.Client-Namespace