Share via


FrameworkProfileHttpClient.GetAttributeAsync-Methode (Guid, AttributeDescriptor, Object)

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

Syntax

'Declaration
Public Overridable Function GetAttributeAsync ( _
    id As Guid, _
    descriptor As AttributeDescriptor, _
    userState As Object _
) As Task(Of ProfileAttribute)
public virtual Task<ProfileAttribute> GetAttributeAsync(
    Guid id,
    AttributeDescriptor descriptor,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FrameworkProfileHttpClient Klasse

GetAttributeAsync-Überladung

Microsoft.VisualStudio.Services.Profile-Namespace