共用方式為


SPFieldUser.FieldRenderingControl property

取得用來呈現的欄位的控制項。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
    Get
'用途
Dim instance As SPFieldUser
Dim value As BaseFieldControl

value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }

Property value

Type: Microsoft.SharePoint.WebControls.BaseFieldControl
BaseFieldControl 物件,表示呈現控制項。

請參閱

參照

SPFieldUser class

SPFieldUser members

Microsoft.SharePoint namespace