Поделиться через


ProfileHttpClientBase.GetAttributeAsync - метод

Пространство имен:  Microsoft.VisualStudio.Services.Profile.Client
Сборка:  Microsoft.VisualStudio.Services.WebApi (в Microsoft.VisualStudio.Services.WebApi.dll)

Синтаксис

'Декларация
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
)

Параметры

Возвращаемое значение

Тип: System.Threading.Tasks.Task<ProfileAttribute>

Безопасность платформы .NET Framework

См. также

Ссылки

ProfileHttpClientBase Класс

Microsoft.VisualStudio.Services.Profile.Client - пространство имен