SPFieldChoice.GetJsonClientFormFieldSchema 方法
获取一个对象,该对象包含可用于客户端的字段的架构中的信息呈现表单中的字段。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function GetJsonClientFormFieldSchema ( _
mode As SPControlMode _
) As Dictionary(Of String, Object)
用法
Dim instance As SPFieldChoice
Dim mode As SPControlMode
Dim returnValue As Dictionary(Of String, Object)
returnValue = instance.GetJsonClientFormFieldSchema(mode)
public override Dictionary<string, Object> GetJsonClientFormFieldSchema(
SPControlMode mode
)
参数
mode
类型:Microsoft.SharePoint.WebControls.SPControlMode一个值,指定返回的对象是否应包含显示窗体或编辑表单或新表单的信息。
返回值
类型:System.Collections.Generic.Dictionary<String, Object>
客户端呈现所需的字段架构信息。
备注
此实现调用基实现,并添加此类型,如"选择"与字段相关的其他架构信息。