Metodo IProfileService.SetAttributes
Spazio dei nomi: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- 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>
Valore restituito
Tipo: System.Int32
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.