次の方法で共有


SPMobileListTemplateSelector クラス (Microsoft.SharePoint.MobileControls)

現在のリストの種類に基づいて、RenderingTemplate テンプレートを選択し、モバイル ページにリストをレンダリングします。

名前空間: Microsoft.SharePoint.MobileControls
アセンブリ: Microsoft.SharePoint (microsoft.sharepoint.dll 内)

構文

'宣言
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public Class SPMobileListTemplateSelector
    Inherits SPMobileTemplateSelector
'使用
Dim instance As SPMobileListTemplateSelector
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public class SPMobileListTemplateSelector : SPMobileTemplateSelector

備考

モバイル デバイスのページ レンダリング システムにおける、SPMobileListTemplateSelector から派生するクラスの役割の概要については、「モバイル ページのレンダリング システム」を参照してください。

このクラスとその派生クラスは、モバイル ホーム ページのセクションのレンダリングには使用できません。ホーム ページのセクションをレンダリングするには、SPMobileWebTemplateSelector から派生したクラスを使用してください。

継承階層

System.Object
   System.Web.UI.Control
     System.Web.UI.MobileControls.MobileControl
       Microsoft.SharePoint.MobileControls.SPMobileComponent
         Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector
          Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector
             Microsoft.SharePoint.MobileControls.SPMobileListContents
             Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector
             Microsoft.SharePoint.MobileControls.SPMobileListNavigation
             Microsoft.SharePoint.MobileControls.SPMobileListTitle
             Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

SPMobileListTemplateSelector メンバ
Microsoft.SharePoint.MobileControls 名前空間

その他のリソース

モバイル ページのレンダリング システム