共用方式為


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參數,設定為 null 設定檔屬性不會更新。 屬性,則會從 profile屬性,將清單遺漏設定檔屬性不會更新。

.NET Framework 安全性

請參閱

參考

IProfileService 介面

Microsoft.VisualStudio.Services.Profile 命名空間