SPFieldCurrency.FieldRenderingControl 属性
获取用于呈现该字段的字段类型控件。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
Get
用法
Dim instance As SPFieldCurrency
Dim value As BaseFieldControl
value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }
属性值
类型:Microsoft.SharePoint.WebControls.BaseFieldControl
一个表示控件的BaseFieldControl对象。