SPFieldRecurrence.FieldRenderingControl property
取得用來呈現的欄位的欄位型別控制項。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
Get
'用途
Dim instance As SPFieldRecurrence
Dim value As BaseFieldControl
value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }
Property value
Type: Microsoft.SharePoint.WebControls.BaseFieldControl
BaseFieldControl 物件,表示控制項。