Share via


WebPartMobilePage-Klasse

HINWEIS: Diese API ist veraltet.

Stellt eine Webpartseite, die für die Anzeige auf den kleinen Bildschirmen von mobilen Geräten ausgelegt ist und Webparts, die mobilen Adapter enthält.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        System.Web.UI.MobileControls.MobilePage
          Microsoft.SharePoint.MobileControls.SPMobilePage
            Microsoft.SharePoint.WebPartPages.WebPartMobilePage

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class WebPartMobilePage _
    Inherits SPMobilePage
'Usage
Dim instance As WebPartMobilePage
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class WebPartMobilePage : SPMobilePage

Hinweise

Jedes Objekt WebPartMobilePage Ruft die darin enthaltenen Webparts aus ein entsprechendes nicht mobilen WebPartPage -Objekt, die Zielseite aufgerufen, sodass Sie keine WebPartMobilePage Seite erstellen können, es sei denn, es eine entsprechende nicht mobilen WebPartPage wirdab.

Threadsicherheit

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

Siehe auch

Referenz

WebPartMobilePage-Member

Microsoft.SharePoint.WebPartPages-Namespace