ClientObjectList<T>.CustomFromJson - Méthode
Utilisé par client bibliothèque runtime. À usage interne uniquement.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public Overrides Function CustomFromJson ( _
reader As JsonReader _
) As Boolean
'Utilisation
Dim instance As ClientObjectList
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = instance.CustomFromJson(reader)
public override bool CustomFromJson(
JsonReader reader
)
Paramètres
- reader
Type : Microsoft.SharePoint.Client.JsonReader
Valeur renvoyée
Type : System.Boolean
Implémentations
IFromJson.CustomFromJson(JsonReader)