Partager via


ClientDictionaryResultHandler<T>.IFromJson.CustomFromJson - Méthode

Indique si le code personnalisé est utilisé pour initialisation le dictionnaire générique. Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

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
Private Function CustomFromJson ( _
    reader As JsonReader _
) As Boolean Implements IFromJson.CustomFromJson
'Utilisation
Dim instance As ClientDictionaryResultHandler
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = CType(instance, IFromJson).CustomFromJson(reader)
bool IFromJson.CustomFromJson(
    JsonReader reader
)

Paramètres

Valeur renvoyée

Type : System.Boolean
L'objet Boolean qui représente l'indicateur qui indique si le code personnalisé est utilisé pour initialisation le dictionnaire générique.

Implémentations

IFromJson.CustomFromJson(JsonReader)

Remarques

Cette méthode retourne toujours false.

Voir aussi

Référence

ClientDictionaryResultHandler<T> classe

ClientDictionaryResultHandler<T> - Membres

Microsoft.SharePoint.Client - Espace de noms