Método ITeamFoundationIdentityService.UpdateExtendedProperties (TeamFoundationRequestContext, IdentityPropertyScope, IdentityDescriptor, IEnumerable<PropertyValue>)
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
Sub UpdateExtendedProperties ( _
requestContext As TeamFoundationRequestContext, _
propertyScope As IdentityPropertyScope, _
descriptor As IdentityDescriptor, _
properties As IEnumerable(Of PropertyValue) _
)
void UpdateExtendedProperties(
TeamFoundationRequestContext requestContext,
IdentityPropertyScope propertyScope,
IdentityDescriptor descriptor,
IEnumerable<PropertyValue> properties
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- propertyScope
Tipo: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- descriptor
Tipo: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- properties
Tipo: System.Collections.Generic.IEnumerable<PropertyValue>
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.
Consulte também
Referência
ITeamFoundationIdentityService Interface