EmbedCodeConfiguration 类

Provides a set of properties used to configure the embed code for the media player retrieved from the GetEmbedCode(String, EmbedCodeConfiguration) method.

继承层次结构

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.Video.EmbedCodeConfiguration

命名空间:  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 Class EmbedCodeConfiguration _
    Inherits ClientValueObject
用法
Dim instance As EmbedCodeConfiguration
public class EmbedCodeConfiguration : ClientValueObject

备注

The EmbedCodeConfiguration class is the main way to customize the embedded media player properties such as dimensions, preview image, playback start time, and so on. If the embed code configuration is unspecified, default values for each corresponding property are applied.t

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

EmbedCodeConfiguration 成员

Microsoft.SharePoint.Client.Video 命名空间