Partager via


PeopleManager.GetFollowedTags - Méthode

Obtient balises qui suit l'utilisateur.

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 GetFollowedTags ( _
    cTagsToFetch As Integer _
) As ClientArrayResult(Of String)
'Utilisation
Dim instance As PeopleManager
Dim cTagsToFetch As Integer
Dim returnValue As ClientArrayResult(Of String)

returnValue = instance.GetFollowedTags(cTagsToFetch)
public ClientArrayResult<string> GetFollowedTags(
    int cTagsToFetch
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientArrayResult<String>

Voir aussi

Référence

PeopleManager classe

PeopleManager - Membres

Microsoft.SharePoint.Client.UserProfiles - Espace de noms