SocialFollowingManager.IsFollowed 方法
決定是否追蹤目前的使用者指定的動作項目。
命名空間: 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 IsFollowed ( _
actor As SocialActorInfo _
) As ClientResult(Of Boolean)
'用途
Dim instance As SocialFollowingManager
Dim actor As SocialActorInfo
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.IsFollowed(actor)
public ClientResult<bool> IsFollowed(
SocialActorInfo actor
)
參數
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<Boolean>