EmbedCodeConfiguration.AutoPlay 属性

Gets or sets whether to start playing the media automatically.

命名空间:  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 AutoPlay As Boolean
    Get
    Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As Boolean

value = instance.AutoPlay

instance.AutoPlay = value
public bool AutoPlay { get; set; }

属性值

类型:System.Boolean
true if playback is to start automatically; otherwise, false.

备注

If this value is not specified, its default value is false.

另请参阅

引用

EmbedCodeConfiguration 类

EmbedCodeConfiguration 成员

Microsoft.SharePoint.Client.Video 命名空间