WebPartMobileAdapter.CreateControlsForSummaryView 方法
请注意:此 API 现在已过时。
当在某个派生类中重写,呈现在移动设备上的 Web 部件的摘要视图。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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 Overridable 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 virtual void CreateControlsForSummaryView()
备注
默认实现呈现图标和 Web 部件的标题 (可能被截断)。图标是为 Web 部件的详细视图的链接。
不从您自己的代码调用此方法。Microsoft SharePoint Foundation移动适配框架将调用其作为Load事件处理的一部分。