IProfileService.Update 方法

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

语法

声明
Function Update ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    profile As Profile _
) As Integer
int Update(
    TeamFoundationRequestContext requestContext,
    Guid id,
    Profile profile
)

参数

  • id
    类型:System.Guid
    配置文件关联标识的 GUID。存在一对一映射。标识和配置文件之间

返回值

类型:System.Int32
更新配置文件的版本

异常

异常 条件
NewerVersionOfProfileExists

如果在参数 profile 的版本不匹配对当前版本

备注

如果属性在参数 profile,或者设置为配置文件属性不更新。 在中,如果属性从属性中缺少在 profile,的配置文件属性不更新。

.NET Framework 安全性

请参阅

参考

IProfileService 接口

Microsoft.VisualStudio.Services.Profile 命名空间