共用方式為


IFromJson.CustomFromJson 方法

傳回Boolean值,指出是否自訂程式碼用來填入物件。此成員是保留給內部使用,而不是用來直接從您的程式碼使用

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)  Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)

語法

'宣告
Function CustomFromJson ( _
    reader As JsonReader _
) As Boolean
'用途
Dim instance As IFromJson
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = instance.CustomFromJson(reader)
bool CustomFromJson(
    JsonReader reader
)

參數

傳回值

類型:System.Boolean
true如果物件已填入從 JSON 自訂程式碼。false如果物件所填入的自動產生的程式碼。

請參閱

參照

IFromJson 介面

IFromJson 成員

Microsoft.SharePoint.Client 命名空間