Compartir a través de


del método ActivityPreferencesCollection.GetActivityPreferencesPerType

Obtiene las preferencias del usuario actual para cada objeto de ActivityType administrados por el objeto ActivityManager .

Espacio de nombres:  Microsoft.Office.Server.ActivityFeed
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Public Function GetActivityPreferencesPerType As List(Of ActivityPreferencePerType)
'Uso
Dim instance As ActivityPreferencesCollection
Dim returnValue As List(Of ActivityPreferencePerType)

returnValue = instance.GetActivityPreferencesPerType()
public List<ActivityPreferencePerType> GetActivityPreferencesPerType()

Valor devuelto

Tipo: System.Collections.Generic.List<ActivityPreferencePerType>
Una lista de objetos ActivityPreferencePerType .

Vea también

Referencia

clase ActivityPreferencesCollection

Miembros ActivityPreferencesCollection

Espacio de nombres Microsoft.Office.Server.ActivityFeed