FrameworkProfileHttpClient.SetAttributeAsync 方法 (Guid, ProfileAttribute, Object)

命名空间:  Microsoft.VisualStudio.Services.Profile
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Overridable Function SetAttributeAsync ( _
    id As Guid, _
    attribute As ProfileAttribute, _
    userState As Object _
) As Task(Of Integer)
public virtual Task<int> SetAttributeAsync(
    Guid id,
    ProfileAttribute attribute,
    Object userState
)

参数

返回值

类型:System.Threading.Tasks.Task<Int32>

.NET Framework 安全性

请参阅

参考

FrameworkProfileHttpClient 类

SetAttributeAsync 重载

Microsoft.VisualStudio.Services.Profile 命名空间