Share via


VideoPlayerPageControl-Klasse

Das DocSetWelcomePageControl -Objekt, das für ein video-Player erforderlich ist (die keine Code-Behind) funktionell.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.Office.Server.WebControls.DocSetControl
        Microsoft.Office.Server.WebControls.DocSetWelcomePageControl
          Microsoft.Office.Server.WebControls.VideoPlayerPageControl

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class VideoPlayerPageControl _
    Inherits DocSetWelcomePageControl
'Usage
Dim instance As VideoPlayerPageControl
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class VideoPlayerPageControl : DocSetWelcomePageControl

Hinweise

Wenn eingebettetes Video vorhanden ist, rendert diese Klasse es und die Eigenschaften bearbeiten.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

VideoPlayerPageControl-Member

Microsoft.Office.Server.WebControls-Namespace