次の方法で共有


SocialFeedManager.GetPreview メソッド

投稿にビデオの添付ファイルが生成されます。

名前空間:  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 GetPreview ( _
    itemUrl As String _
) As ClientResult(Of SocialAttachment)
'使用
Dim instance As SocialFeedManager
Dim itemUrl As String
Dim returnValue As ClientResult(Of SocialAttachment)

returnValue = instance.GetPreview(itemUrl)
public ClientResult<SocialAttachment> GetPreview(
    string itemUrl
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ClientResult<SocialAttachment>

関連項目

参照先

SocialFeedManager クラス

SocialFeedManager メンバー

Microsoft.SharePoint.Client.Social 名前空間