ClientResult<T>.IFromJson.CustomFromJson 方法
傳回指出是否初始化傳回的結果使用自訂程式碼的標幟。此成員是保留給內部使用,而不是用來直接從您的程式碼使用
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Private Function CustomFromJson ( _
reader As JsonReader _
) As Boolean Implements IFromJson.CustomFromJson
'用途
Dim instance As ClientResult
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = CType(instance, IFromJson).CustomFromJson(reader)
boolIFromJson.CustomFromJson(
JsonReader reader
)
參數
reader
類型:Microsoft.SharePoint.Client.JsonReader用來讀取 JavaScript 物件標記法 (JSON) 資料初始化傳回的結果JsonReader物件。
傳回值
類型:System.Boolean
傳回 Boolean。
實作
IFromJson.CustomFromJson(JsonReader)