ClientValueObject.CustomFromJson-Methode
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Overridable Function CustomFromJson ( _
reader As JsonReader _
) As Boolean
'Usage
Dim instance As ClientValueObject
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = instance.CustomFromJson(reader)
public virtual bool CustomFromJson(
JsonReader reader
)
Parameter
- reader
Typ: Microsoft.SharePoint.Client.JsonReader
Rückgabewert
Typ: System.Boolean
Gibt Boolean zurück.
Implementiert
IFromJson.CustomFromJson(JsonReader)