SPMobileWikiPage 类

表示可以具有 Web 部件的 SharePoint wiki 页面的移动版本。

继承层次结构

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.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class SPMobileWikiPage _
    Inherits WebPartMobileWebPage
用法
Dim instance As SPMobileWikiPage
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class SPMobileWikiPage : WebPartMobileWebPage

备注

每个SPMobileWikiPage对象 (页) 必须对应于一个非移动 wiki 和调用目标页中,它从中获取其 Web 部件的 Web 部件页。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPMobileWikiPage 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间