Partager via


PeopleManager.GetPeopleFollowedByMe - Méthode

Obtient les personnes qui suit l'utilisateur actuel.

Espace de noms :  Microsoft.SharePoint.Client.UserProfiles
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Function GetPeopleFollowedByMe As ClientObjectList(Of PersonProperties)
'Utilisation
Dim instance As PeopleManager
Dim returnValue As ClientObjectList(Of PersonProperties)

returnValue = instance.GetPeopleFollowedByMe()
public ClientObjectList<PersonProperties> GetPeopleFollowedByMe()

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>

Remarques

L'API recommandée à utiliser pour cette tâche est SocialFollowingManager.GetFollowed.

Voir aussi

Référence

PeopleManager classe

PeopleManager - Membres

Microsoft.SharePoint.Client.UserProfiles - Espace de noms