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
)

参数

返回值

类型:System.Collections.Generic.Dictionary<String, Object>
为客户端呈现所需的字段架构信息。

备注

该实现调用基实现,并将添加此类型例如"DisplayFormat"的字段与相关的其他架构信息。

另请参阅

引用

SPFieldUrl 类

SPFieldUrl 成员

Microsoft.SharePoint 命名空间