EmbedCodeConfiguration.PreviewImagePath 属性

Gets or sets the URL for the preview image to display before the media plays.

命名空间:  Microsoft.SharePoint.Client.Video
程序集:   Microsoft.SharePoint.Client.DocumentManagement.Silverlight(位于 Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll 中);  Microsoft.SharePoint.Client.DocumentManagement.Phone(位于 Microsoft.SharePoint.Client.DocumentManagement.Phone.dll 中)  Microsoft.SharePoint.Client.DocumentManagement(位于 Microsoft.SharePoint.Client.DocumentManagement.dll 中)

语法

声明
Public Property PreviewImagePath As String
    Get
    Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As String

value = instance.PreviewImagePath

instance.PreviewImagePath = value
public string PreviewImagePath { get; set; }

属性值

类型:System.String
The string that specifies the URL.

备注

Use this property if the default preview image for the media is not appropriate for the current context.

另请参阅

引用

EmbedCodeConfiguration 类

EmbedCodeConfiguration 成员

Microsoft.SharePoint.Client.Video 命名空间