SPFieldWorkflowStatus.FieldRenderingMobileControl 属性

请注意:此 API 现在已过时。

获取用于呈现显示、 编辑和新建表单数据表单 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 Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
    Get
用法
Dim instance As SPFieldWorkflowStatus
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 override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }

属性值

类型:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
一个表示该控件的对象。

备注

此重写返回**[Microsoft.SharePoint.Mobile.WebControls.SPWorkflowStatusField]**对象。

另请参阅

引用

SPFieldWorkflowStatus 类

SPFieldWorkflowStatus 成员

Microsoft.SharePoint 命名空间