ClientValueObject.CustomFromJson método
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Overridable Function CustomFromJson ( _
reader As JsonReader _
) As Boolean
'Uso
Dim instance As ClientValueObject
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = instance.CustomFromJson(reader)
public virtual bool CustomFromJson(
JsonReader reader
)
Parâmetros
- reader
Tipo: Microsoft.SharePoint.Client.JsonReader
Valor retornado
Tipo: System.Boolean
Retorna Boolean.
Implementos
IFromJson.CustomFromJson(JsonReader)