ProfileHttpClientBase.GetAttributeAsync-Methode

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

Syntax

'Declaration
Protected Overridable Function GetAttributeAsync ( _
    descriptor As AttributeDescriptor, _
    id As String, _
    userState As Object _
) As Task(Of ProfileAttribute)
protected virtual Task<ProfileAttribute> GetAttributeAsync(
    AttributeDescriptor descriptor,
    string id,
    Object userState
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<ProfileAttribute>

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClientBase Klasse

Microsoft.VisualStudio.Services.Profile.Client-Namespace