Freigeben über


SPFieldGeolocation.GetJsonClientFormFieldSchema-Methode

Gibt das Feld Schemaobjekt als JavaScript Object Notation (JSON) aus.

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 SPFieldGeolocation
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>
Wörterbuch, das das Schema enthält.

Hinweise

Wandelt den Feldwert Typ in ein Objekt für die Verwendung in den Formularen der Artikel anzeigen, bearbeiten und neu.

Siehe auch

Referenz

SPFieldGeolocation Klasse

SPFieldGeolocation-Member

Microsoft.SharePoint-Namespace