Partilhar via


SocialFollowingManager.GetFollowed método

Recupera os atores que o usuário atual está acompanhando.

Namespace:  Microsoft.SharePoint.Client.Social
Assemblies:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxe

'Declaração
Public Function GetFollowed ( _
    types As SocialActorTypes _
) As ClientResult(Of SocialActor())
'Uso
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of SocialActor())

returnValue = instance.GetFollowed(types)
public ClientResult<SocialActor[]> GetFollowed(
    SocialActorTypes types
)

Parâmetros

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<[]>

Comentários

Para obter exemplos de código que mostram como obter itens acompanhados, consulte How to: Follow people by using the .NET client object model in SharePoint 2013 e How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.

Ver também

Referência

SocialFollowingManager classe

SocialFollowingManager membros

Microsoft.SharePoint.Client.Social namespace