ActivityPreferencesCollection.GetActivityPreferencesPerType - Méthode
Obtient les préférences de l'utilisateur actuel pour chaque objet ActivityType gérés par l'objet ActivityManager .
Espace de noms : Microsoft.Office.Server.ActivityFeed
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetActivityPreferencesPerType As List(Of ActivityPreferencePerType)
'Utilisation
Dim instance As ActivityPreferencesCollection
Dim returnValue As List(Of ActivityPreferencePerType)
returnValue = instance.GetActivityPreferencesPerType()
public List<ActivityPreferencePerType> GetActivityPreferencesPerType()
Valeur renvoyée
Type : System.Collections.Generic.List<ActivityPreferencePerType>
Une liste d'objets de ActivityPreferencePerType .
Voir aussi
Référence
ActivityPreferencesCollection classe