共用方式為


ImageWebPartMobileAdapter.CreateControlsForSummaryView method

NOTE: This API is now obsolete.

在衍生類別中覆寫,呈現的檢視,以適用於行動裝置的方式中的影像。

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行動 adaption framework 會呼叫它的Load事件處理的一部分。

請參閱

參照

ImageWebPartMobileAdapter class

ImageWebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace