Clase WebPartMobileContentPanel
NOTA: esta API está ahora obsoleta.
Proporciona un contenedor que contiene controles móviles agregados por adaptadores móviles de elemento Web.
Jerarquía de la herencia
System.Object
System.Web.UI.Control
System.Web.UI.MobileControls.MobileControl
System.Web.UI.MobileControls.Panel
Microsoft.SharePoint.WebPartPages.WebPartMobileContentPanel
Espacio de nombres: Microsoft.SharePoint.WebPartPages
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<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.")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class WebPartMobileContentPanel _
Inherits Panel
'Uso
Dim instance As WebPartMobileContentPanel
[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.")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class WebPartMobileContentPanel : Panel
Comentarios
Todos los objetos de este tipo de admiten la paginación y la propiedad Id() de todos los objetos es "__WebPartMobileContentPanel". (El valor comienza con dos caracteres de subrayado).
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.