SocialFollowingManager.GetFollowedCount 方法
擷取的動作項目目前的使用者已追蹤的指定類型的計數。
命名空間: 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 GetFollowedCount ( _
types As SocialActorTypes _
) As ClientResult(Of Integer)
'用途
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetFollowedCount(types)
public ClientResult<int> GetFollowedCount(
SocialActorTypes types
)
參數
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<Int32>