Freigeben über


SPFieldLookup.GetJsonClientFormFieldSchema-Methode

Ruft ein Objekt mit Informationen aus dem Feld Schema für die Clients des Felds in Formularen zu rendern.

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

Syntax

'Declaration
Public Overrides Function GetJsonClientFormFieldSchema ( _
    mode As SPControlMode _
) As Dictionary(Of String, Object)
'Usage
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
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.Dictionary<String, Object>
Die Feld-Schemainformationen für den Client Rendern erforderlich sind.

Hinweise

Diese Implementierung ruft die Basisimplementierung und fügt zusätzliche Schemainformationen für Felder dieses Typs, z. B. "AllowMultipleValues".

Siehe auch

Referenz

SPFieldLookup Klasse

SPFieldLookup-Member

Microsoft.SharePoint-Namespace