Share via


WebPartMobileWebPage class

Uma página da web móvel para exibição contemporânea, que renderiza de web parts usando seus adaptadores de processamento móvel.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        Microsoft.SharePoint.WebControls.DeltaPage
          Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
            Microsoft.SharePoint.WebControls.LayoutsPageBase
              Microsoft.SharePoint.Mobile.WebControls.SPMobilePage
                Microsoft.SharePoint.WebPartPages.WebPartMobileWebPage
                  Microsoft.SharePoint.Mobile.WebControls.SPMobileWikiPage

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

Syntax

'Declaração
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class WebPartMobileWebPage _
    Inherits SPMobilePage
'Uso
Dim instance As WebPartMobileWebPage
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class WebPartMobileWebPage : SPMobilePage

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

WebPartMobileWebPage members

Microsoft.SharePoint.WebPartPages namespace