SPMobileBaseFieldControl.CreateControlForView 方法

创建用于呈现列表视图页上的字段控件。

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

语法

声明
Protected Overridable Function CreateControlForView As Control
用法
Dim returnValue As Control

returnValue = Me.CreateControlForView()
protected virtual Control CreateControlForView()

返回值

类型:System.Web.UI.Control
呈现列表视图页上的字段MobileControl

备注

默认实现调用CreateControlAsLinkCreateControlAsLabel,具体取决于NeedLinkRendering是否true。

另请参阅

引用

SPMobileBaseFieldControl 类

SPMobileBaseFieldControl 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间