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
)
Параметры
- descriptor
Тип: Microsoft.VisualStudio.Services.Profile.AttributeDescriptor
- id
Тип: System.String
- userState
Тип: System.Object
Возвращаемое значение
Тип: System.Threading.Tasks.Task<ProfileAttribute>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.Services.Profile.Client - пространство имен