SocialFollowingManager.GetSuggestions 方法
擷取目前的使用者,請依照下列建議使用者清單。
命名空間: 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 GetSuggestions As ClientResult(Of SocialActor())
'用途
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetSuggestions()
public ClientResult<SocialActor[]> GetSuggestions()
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<[]>