共用方式為


SocialFeedManager.GetAllLikers 方法

擷取指定的微型部落格文章的縮寫的 liker 資訊。

命名空間:  Microsoft.SharePoint.Client.Social
組件:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (在 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中);  Microsoft.SharePoint.Client.UserProfiles.Phone (在 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中)  Microsoft.SharePoint.Client.UserProfiles (在 Microsoft.SharePoint.Client.UserProfiles.dll 中)

語法

'宣告
Public Function GetAllLikers ( _
    postId As String _
) As ClientResult(Of SocialActor())
'用途
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialActor())

returnValue = instance.GetAllLikers(postId)
public ClientResult<SocialActor[]> GetAllLikers(
    string postId
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<[]>
使用者誰等指定的文章。

請參閱

參照

SocialFeedManager 類別

SocialFeedManager 成員

Microsoft.SharePoint.Client.Social 命名空間