Share via


WebPartMobileWebPagePanel class

Uma classe de contêiner que retém os webcontrols móvel adicionado por meio de adaptadores de processamento móvel de parte da web.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        Microsoft.SharePoint.WebPartPages.WebPartMobileWebPagePanel

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

Syntax

'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class WebPartMobileWebPagePanel _
    Inherits Panel
'Uso
Dim instance As WebPartMobileWebPagePanel
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class WebPartMobileWebPagePanel : Panel

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

WebPartMobileWebPagePanel members

Microsoft.SharePoint.WebPartPages namespace