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
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Typ: System.Guid
- applicationAttributes
Typ: System.Collections.Generic.IList<ProfileAttribute>
- coreAttributes
Typ: System.Collections.Generic.IList<CoreProfileAttribute>
Rückgabewert
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.