Freigeben über


SPFieldMultiLineText.GetJsonClientFormFieldSchema-Methode

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 Overrides Function GetJsonClientFormFieldSchema ( _
    mode As SPControlMode _
) As Dictionary(Of String, Object)
'Usage
Dim instance As SPFieldMultiLineText
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 ist.

Hinweise

Diese Implementierung ruft die base-Implementierung und zusätzliche Schemainformationen relevant für Felder dieses Typs, wie beispielsweise "RichTextMode" hinzugefügt.

Siehe auch

Referenz

SPFieldMultiLineText Klasse

SPFieldMultiLineText-Member

Microsoft.SharePoint-Namespace