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參數,設定為 null 設定檔屬性不會更新。 屬性,則會從 profile屬性,將清單遺漏設定檔屬性不會更新。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。