Share via


SPField.GetJsonClientFormFieldSchema-Methode

Wenn Sie in einer abgeleiteten Klasse überschrieben wird, ruft ein Objekt mit Informationen aus dem Feld-Schema für die Client Rendern des Felds in Formularen.

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

Syntax

'Declaration
Public Overridable Function GetJsonClientFormFieldSchema ( _
    mode As SPControlMode _
) As Dictionary(Of String, Object)
'Usage
Dim instance As SPField
Dim mode As SPControlMode
Dim returnValue As Dictionary(Of String, Object)

returnValue = instance.GetJsonClientFormFieldSchema(mode)
public virtual 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 ist. Die standardmäßige Implementierung umfasst beispielsweise Informationen zu gibt an, ob das Feld ausgeblendet ist, und schreibgeschützt.

Siehe auch

Referenz

SPField Klasse

SPField-Member

Microsoft.SharePoint-Namespace