del método SocialFollowingManager.GetFollowedCount
Recupera un recuento de participantes de los tipos especificados que está siguiendo el usuario actual.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Function GetFollowedCount ( _
types As SocialActorTypes _
) As ClientResult(Of Integer)
'Uso
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetFollowedCount(types)
public ClientResult<int> GetFollowedCount(
SocialActorTypes types
)
Parámetros
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Int32>