Clase WebPartMobileAdapter
Proporciona la funcionalidad común necesaria por todos los adaptadores que hacen de elementos Web en páginas de SharePoint sean accesibles desde dispositivos móviles.
Jerarquía de la herencia
System.Object
System.Web.UI.Adapters.ControlAdapter
Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter
Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter
Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter
Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter
Espacio de nombres: Microsoft.SharePoint.WebPartPages
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class WebPartMobileAdapter _
Inherits ControlAdapter _
Implements IDisposable
'Uso
Dim instance As WebPartMobileAdapter
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class WebPartMobileAdapter : ControlAdapter,
IDisposable
Comentarios
Use WebPartMobileAdapter como clase base para la creación de adaptadores móviles para los elementos Web determinado.
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.