共用方式為


SPFieldDateTime.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 SPFieldDateTime
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>
呈現的用戶端所需的欄位結構描述資訊。

備註

此實作中呼叫基底實作,並編輯與新的模式,將新增額外的結構描述,請在這種類型,例如"地區設定識別碼 」 和 「 TimeZoneDifference 」 的相關欄位的資訊。

請參閱

參照

SPFieldDateTime class

SPFieldDateTime members

Microsoft.SharePoint namespace