SPFieldMultiChoice.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 SPFieldMultiChoice
Dim mode As SPControlMode
Dim returnValue As Dictionary(Of String, Object)
returnValue = instance.GetJsonClientFormFieldSchema(mode)
public override Dictionary<string, Object> GetJsonClientFormFieldSchema(
SPControlMode mode
)
參數
mode
Type: Microsoft.SharePoint.WebControls.SPControlMode指定傳回的物件是否應該包含顯示表單或編輯表單或新的表單資訊的值。
傳回值
Type: System.Collections.Generic.Dictionary<String, Object>
用戶端轉譯所需的欄位結構描述資訊。
備註
這項實作呼叫基底實作,並將此類型,例如"FillInChoice"的欄位與相關的其他結構描述資訊。