ListViewWebPartMobileAdapter.CreateControlsForSummaryView method
NOTE: This API is now obsolete.
呈現適用於行動裝置ListViewWebPart的摘要檢視。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides Sub CreateControlsForSummaryView
'用途
Me.CreateControlsForSummaryView()
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override void CreateControlsForSummaryView()
備註
這個覆寫呈現以圖示及 [網頁組件 (這呈現為行動清單檢視網頁的連結) 的標題 (可能是截斷) 控制項。接著,它呈現第一個幾個清單項目 (最多三個預設情況下) 做為連結到的項目。如果超過限制時,項目符號清單後面接著一個連結到主要的行動清單檢視網頁。使用者可以變更在Microsoft SharePoint Foundation的檢視設定 UI 中呈現的項目數目。
請參閱
參照
ListViewWebPartMobileAdapter class