SPField.FieldRenderingMobileControl 属性
请注意:此 API 现在已过时。
不建议使用。请改用FieldRenderingMobileWebControl属性。获取用于呈现显示、 编辑和新建表单数据表单 Web 部件或在移动应用程序中使用字段控件的任何页面中的字段的移动字段类型控件。
命名空间: Microsoft.SharePoint
程序集: 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.")> _
Public Overridable ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
Get
用法
Dim instance As SPField
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileControl
[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.")]
public virtual SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
属性值
类型:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
一个代表该控件的Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl对象。