Método IProfileService.SetAttributes
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Tipo: System.Guid
- applicationAttributes
Tipo: System.Collections.Generic.IList<ProfileAttribute>
- coreAttributes
Tipo: System.Collections.Generic.IList<CoreProfileAttribute>
Valor de retorno
Tipo: System.Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.