FrameworkProfileHttpClient.GetAttributesAsync - метод (Guid, AttributesQueryContext, Object)
Пространство имен: Microsoft.VisualStudio.Services.Profile
Сборка: Microsoft.TeamFoundation.Framework.Server (в Microsoft.TeamFoundation.Framework.Server.dll)
Синтаксис
'Декларация
Public Overridable Function GetAttributesAsync ( _
id As Guid, _
attributesQueryContext As AttributesQueryContext, _
userState As Object _
) As Task(Of Tuple(Of IList(Of ProfileAttribute), IList(Of CoreProfileAttribute)))
public virtual Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>> GetAttributesAsync(
Guid id,
AttributesQueryContext attributesQueryContext,
Object userState
)
Параметры
- id
Тип: System.Guid
- attributesQueryContext
Тип: Microsoft.VisualStudio.Services.Profile.AttributesQueryContext
- userState
Тип: System.Object
Возвращаемое значение
Тип: System.Threading.Tasks.Task<Tuple<IList<ProfileAttribute>, IList<CoreProfileAttribute>>>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
FrameworkProfileHttpClient Класс