Compartir a través de


Clase MobilePanel

NOTA: esta API está ahora obsoleta.

Jerarquía de la herencia

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        Microsoft.SharePoint.Publishing.WebControls.DeviceChannelPanel
          Microsoft.SharePoint.Publishing.WebControls.MobilePanel

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("The Microsoft.SharePoint.Publishing.WebControls.MobilePanel class has been deprecated and should not be used. The Microsoft.SharePoint.Publishing.WebControls.DeviceChannelPanel class should be used instead.")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class MobilePanel _
    Inherits DeviceChannelPanel
'Uso
Dim instance As MobilePanel
[ObsoleteAttribute("The Microsoft.SharePoint.Publishing.WebControls.MobilePanel class has been deprecated and should not be used. The Microsoft.SharePoint.Publishing.WebControls.DeviceChannelPanel class should be used instead.")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class MobilePanel : DeviceChannelPanel

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros MobilePanel

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls