SPMobileListTemplateSelector 类

选择,基于当前列表中,用于呈现移动页上的列表RenderingTemplate模板的类型。

继承层次结构

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
        Microsoft.SharePoint.Mobile.WebControls.SPMobileTemplateSelector
          Microsoft.SharePoint.Mobile.WebControls.SPMobileListTemplateSelector
            Microsoft.SharePoint.Mobile.WebControls.SPMobileListContents
            Microsoft.SharePoint.Mobile.WebControls.SPMobileListFieldSelector
            Microsoft.SharePoint.Mobile.WebControls.SPMobileListNavigation
            Microsoft.SharePoint.Mobile.WebControls.SPMobileListTitle
            Microsoft.SharePoint.Mobile.WebControls.SPMobilePostsListTitle

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileListTemplateSelector _
    Inherits SPMobileTemplateSelector
用法
Dim instance As SPMobileListTemplateSelector
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileListTemplateSelector : SPMobileTemplateSelector

备注

For an overview of the role of the classes that derive from SPMobileListTemplateSelector in the page rendering system for mobile devices, see Mobile Page Rendering System.

此类,并且其派生的类不能用于呈现移动主页的部分。若要呈现的主页部分,使用从SPMobileWebTemplateSelector派生的类。

线程安全性

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

另请参阅

引用

SPMobileListTemplateSelector 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间

其他资源

Mobile Page Rendering System