ClientDictionaryResultHandler<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 ClientDictionaryResultHandler
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = CType(instance, IFromJson).CustomFromJson(reader)
boolIFromJson.CustomFromJson(
JsonReader reader
)
參數
reader
類型:Microsoft.SharePoint.Client.JsonReader用來讀取和處理 JSON 字串JsonReader物件。
傳回值
類型:System.Boolean
表示旗標,指出是否自訂程式碼用來初始化一般字典Boolean物件。
實作
IFromJson.CustomFromJson(JsonReader)
備註
這個方法一律會傳回false。
請參閱
參照
ClientDictionaryResultHandler<T> 類別