SocialFollowingManager.GetFollowers 方法
擷取追蹤目前使用者的使用者。
命名空間: 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 GetFollowers As ClientResult(Of SocialActor())
'用途
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowers()
public ClientResult<SocialActor[]> GetFollowers()
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<[]>
備註
程式碼範例,其中顯示如何追蹤目前使用者的使用者,請參閱How to: Follow people by using the .NET client object model in SharePoint 2013。