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
)
参数
reader
类型:Microsoft.SharePoint.Client.JsonReader用于读取 JSON 数据来填充对象的JsonReader对象。
返回值
类型:System.Boolean
true如果通过自定义代码; JSON 填充对象false如果对象填充自动生成的代码。