获取用于呈现显示、 编辑和新建表单中的字段,以及在数据表单 Web 部件的字段类型控件或使用字段控件的页面。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable ReadOnly Property FieldRenderingControl As BaseFieldControl
Get
用法
Dim instance As SPField
Dim value As BaseFieldControl
value = instance.FieldRenderingControl
public virtual BaseFieldControl FieldRenderingControl { get; }
属性值
类型:Microsoft.SharePoint.WebControls.BaseFieldControl
一个代表该控件的Microsoft.SharePoint.WebControls.BaseFieldControl对象。