SPField.FieldRenderingMobileWebControl property
衍生的類別中實作時,用來呈現的欄位中顯示,編輯的取得,也就是控制行動電話] 欄位類型及新的表單資料表單網頁組件或任何使用欄位控制項的頁面。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable ReadOnly Property FieldRenderingMobileWebControl As SPMobileBaseFieldControl
Get
'用途
Dim instance As SPField
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileWebControl
public virtual SPMobileBaseFieldControl FieldRenderingMobileWebControl { get; }
Property value
Type: Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
表示此控制項的物件。
備註
預設實作會傳回a null reference (Nothing in Visual Basic)。