共用方式為


SPField.FieldRenderingMobileControl property

NOTE: This API is now obsolete.

已被取代。請改用FieldRenderingMobileWebControl屬性。取得用來呈現顯示]、 [編輯] 及 [新的表單資料表單網頁組件或任何行動應用程式中使用欄位控制項的頁面中的欄位的行動電話] 欄位類型控制項。

Namespace:  Microsoft.SharePoint
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.")> _
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; }

Property value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl 物件,代表控制項。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace