XsltListViewWebPartMobileAdapter-Klasse

Ändert das Rendering eines XsltListViewWebPart -Objekts, sodass es auf einem mobilen Gerät ordnungsgemäß angezeigt wird.

Vererbungshierarchie

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

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class XsltListViewWebPartMobileAdapter _
    Inherits WebPartMobileAdapter
'Usage
Dim instance As XsltListViewWebPartMobileAdapter
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class XsltListViewWebPartMobileAdapter : WebPartMobileAdapter

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

XsltListViewWebPartMobileAdapter-Member

Microsoft.SharePoint.WebPartPages-Namespace