TeamFoundationIdentityService.UpdateExtendedProperties, méthode (TeamFoundationRequestContext, IdentityDescriptor, IEnumerable<PropertyValue>)
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Sub UpdateExtendedProperties ( _
requestContext As TeamFoundationRequestContext, _
descriptor As IdentityDescriptor, _
properties As IEnumerable(Of PropertyValue) _
)
public void UpdateExtendedProperties(
TeamFoundationRequestContext requestContext,
IdentityDescriptor descriptor,
IEnumerable<PropertyValue> properties
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- descriptor
Type : Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- properties
Type : System.Collections.Generic.IEnumerable<PropertyValue>
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TeamFoundationIdentityService Classe