Share via


WebPartMobileAdapter class

Fornece a funcionalidade comum necessária por todos os adaptadores que fazem as Web Parts nas páginas do SharePoint acessível a partir de dispositivos móveis.

Inheritance hierarchy

System.Object
  System.Web.UI.Adapters.ControlAdapter
    Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter
      Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter
      Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter
      Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter

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

Syntax

'Declaração
<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

Comentários

Use WebPartMobileAdapter como uma classe base para a criação de adaptadores para portáteis para determinado de Web Parts.

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

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace