Clase XsltListViewWebPartMobileAdapter
Cambia la representación de un objeto XsltListViewWebPart para que aparezca correctamente en un dispositivo móvil.
Jerarquía de la herencia
System.Object
System.Web.UI.Adapters.ControlAdapter
Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter
Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter
Espacio de nombres: Microsoft.SharePoint.WebPartPages
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class XsltListViewWebPartMobileAdapter _
Inherits WebPartMobileAdapter
'Uso
Dim instance As XsltListViewWebPartMobileAdapter
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class XsltListViewWebPartMobileAdapter : WebPartMobileAdapter
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.