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
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
类型:System.Guid
配置文件关联标识的 GUID。存在一对一映射。标识和配置文件之间
- profile
类型:Microsoft.VisualStudio.Services.Profile.Profile
包含更改将应用于该配置文件的容器对象
返回值
类型:System.Int32
更新配置文件的版本
异常
异常 | 条件 |
---|---|
NewerVersionOfProfileExists | 如果在参数 profile 的版本不匹配对当前版本 |
备注
如果属性在参数 profile,或者设置为配置文件属性不更新。 在中,如果属性从属性中缺少在 profile,的配置文件属性不更新。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。