Share via


UserProfileChangeDictionary - Classe

Représente une collection des modifications pour un groupe d'utilisateurs.

Hiérarchie d’héritage

System.Object
  System.Collections.Generic.Dictionary<Int64, UserProfileChangeCollection>
    Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileChangeDictionary _
    Inherits Dictionary(Of Long, UserProfileChangeCollection)
'Utilisation
Dim instance As UserProfileChangeDictionary
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileChangeDictionary : Dictionary<long, UserProfileChangeCollection>

Remarques

La valeur pour le dictionnaire est la collection des modifications de cet utilisateur particulier. Identificateur unique pour le dictionnaire est la propriété RecordId de l'utilisateur.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

UserProfileChangeDictionary - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms