SPFieldUrl.GetJsonClientFormFieldSchema 方法
获取一个对象,该对象包含来自该字段的架构,可用于客户端的信息呈现的窗体中的字段。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function GetJsonClientFormFieldSchema ( _
mode As SPControlMode _
) As Dictionary(Of String, Object)
用法
Dim instance As SPFieldUrl
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>
为客户端呈现所需的字段架构信息。
备注
该实现调用基实现,并将添加此类型例如"DisplayFormat"的字段与相关的其他架构信息。