Share via


IProfileService.SetAttributes-Methode

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IProfileService Schnittstelle

Microsoft.VisualStudio.Services.Profile-Namespace