ConditionalScopeBase.CustomFromJson - Méthode
CustomFromJson
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Function CustomFromJson ( _
reader As JsonReader _
) As Boolean
'Utilisation
Dim instance As ConditionalScopeBase
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = instance.CustomFromJson(reader)
public bool CustomFromJson(
JsonReader reader
)
Paramètres
- reader
Type : Microsoft.SharePoint.Client.JsonReader
Valeur renvoyée
Type : System.Boolean
Retourne toujours false.
Implémentations
IFromJson.CustomFromJson(JsonReader)