Compartir a través de


FrameworkProfileHttpClient.GetAttributeAsync (Método) (Guid, AttributeDescriptor, Object)

Espacio de nombres:  Microsoft.VisualStudio.Services.Profile
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

FrameworkProfileHttpClient Clase

GetAttributeAsync (Sobrecarga)

Microsoft.VisualStudio.Services.Profile (Espacio de nombres)