共用方式為


SPFieldLookup.GetJsonClientFormFieldSchema method

取得物件,其中包含從適用於用戶端的欄位的結構描述資訊呈現在表單中的欄位。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overrides Function GetJsonClientFormFieldSchema ( _
    mode As SPControlMode _
) As Dictionary(Of String, Object)
'用途
Dim instance As SPFieldLookup
Dim mode As SPControlMode
Dim returnValue As Dictionary(Of String, Object)

returnValue = instance.GetJsonClientFormFieldSchema(mode)
public override Dictionary<string, Object> GetJsonClientFormFieldSchema(
    SPControlMode mode
)

參數

傳回值

Type: System.Collections.Generic.Dictionary<String, Object>
呈現的用戶端所需的欄位結構描述資訊。

備註

這個實作會呼叫基底實作,並將新增額外的結構描述,請在這種類型,例如"AllowMultipleValues"的欄位相關的資訊。

請參閱

參照

SPFieldLookup class

SPFieldLookup members

Microsoft.SharePoint namespace