共用方式為


IProfileService.SetAttributes 方法

命名空間:  Microsoft.VisualStudio.Services.Profile
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
Function SetAttributes ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    applicationAttributes As IList(Of ProfileAttribute), _
    coreAttributes As IList(Of CoreProfileAttribute) _
) As Integer
int SetAttributes(
    TeamFoundationRequestContext requestContext,
    Guid id,
    IList<ProfileAttribute> applicationAttributes,
    IList<CoreProfileAttribute> coreAttributes
)

參數

傳回值

類型:System.Int32

.NET Framework 安全性

請參閱

參考

IProfileService 介面

Microsoft.VisualStudio.Services.Profile 命名空間