共用方式為


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 命名空間