WebPartMobileWebPage 类
流行型视图,呈现 web 部件使用其移动呈现适配器移动网页。
继承层次结构
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.SharePoint.WebControls.DeltaPage
Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
Microsoft.SharePoint.WebControls.LayoutsPageBase
Microsoft.SharePoint.Mobile.WebControls.SPMobilePage
Microsoft.SharePoint.WebPartPages.WebPartMobileWebPage
Microsoft.SharePoint.Mobile.WebControls.SPMobileWikiPage
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class WebPartMobileWebPage _
Inherits SPMobilePage
用法
Dim instance As WebPartMobileWebPage
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class WebPartMobileWebPage : SPMobilePage
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。