Partager via


ExceptionHandlingScope.IFromJson.CustomFromJson - Méthode

Indique si un code personnalisé est utilisé pour l'initialisation de la classe ExceptionHandlingScope .

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
Private Function CustomFromJson ( _
    reader As JsonReader _
) As Boolean Implements IFromJson.CustomFromJson
'Utilisation
Dim instance As ExceptionHandlingScope
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
true si code personnalisé est utilisé pour l'initialisation de la classe ExceptionHandlingScope ; dans le cas contraire, false.

Implémentations

IFromJson.CustomFromJson(JsonReader)

Remarques

Cette méthode retourne toujours false.

Voir aussi

Référence

ExceptionHandlingScope classe

ExceptionHandlingScope - Membres

Microsoft.SharePoint.Client - Espace de noms