AccountService.UpdateProperties 方法

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

语法

声明
Public MustOverride Sub UpdateProperties ( _
    requestContext As TeamFoundationRequestContext, _
    account As Account, _
    properties As IEnumerable(Of PropertyValue) _
)
public abstract void UpdateProperties(
    TeamFoundationRequestContext requestContext,
    Account account,
    IEnumerable<PropertyValue> properties
)

参数

.NET Framework 安全性

请参见

参考

AccountService 类

Microsoft.VisualStudio.Services.Account 命名空间