共用方式為


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

備註

這項實作呼叫基底實作,並將此類型,例如"ShowAsPercentage"的欄位與相關的其他結構描述資訊。

請參閱

參照

SPFieldNumber class

SPFieldNumber members

Microsoft.SharePoint namespace