WebPartMobileAdapter class
提供所需的 SharePoint 網頁的 Web 組件使從行動裝置存取的所有介面卡的通用功能。
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
'宣告
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class WebPartMobileAdapter _
Inherits ControlAdapter _
Implements IDisposable
'用途
Dim instance As WebPartMobileAdapter
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class WebPartMobileAdapter : ControlAdapter,
IDisposable
備註
使用WebPartMobileAdapter做基底類別為建立行動的介面卡的特定 Web 組件。
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.